• RichText | InsertClickableTextStart | resets font
    1 replies, posted
When appending after InsertClickableTextStart, the font seems to be reset for AppendText until InsertClickableTextEnd is called. But this is only after you have already appended some text. If you go straight to InsertClickableTextStart at the beginning before anything is added then the font size is kept when you AppendText. Anyone know of any workarounds for adding clickable text after stuff has been added? SetFontInternal makes no difference after InsertClickableTextStart has been called. Thank you.
This appears to be because the clickable text is in fact a separate child panel with the class ClickPanel which inherits from EditablePanel. This class appears to be defined in C and I'm not sure if there's a way to set the font on this; SetFontInternal certainly doesn't do anything despite the method being inherited.
Sorry, you need to Log In to post a reply to this thread.