frbuttonclass does not support GA_TextAttr
Posted: Tue Nov 17, 2015 4:10 pm
Or at least it isn't working for me here.
Any chance of this being added/fixed?
Any chance of this being added/fixed?
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=3259
If you use an IntuiText as the gadget label (GadgetText) then you should be able to specify a TextAttr using IntuiText->ITextFont.chris wrote:Or at least it isn't working for me here.
Any chance of this being added/fixed?
Hmm, but doesn't the class convert GA_Text into IntuiText internally? In which case supporting GA_TextAttr should be trivial.salass00 wrote:If you use an IntuiText as the gadget label (GadgetText) then you should be able to specify a TextAttr using IntuiText->ITextFont.chris wrote:Or at least it isn't working for me here.
Any chance of this being added/fixed?
No, it simply puts the string directly in gadget->GadgetText and sets the GFLG_LABELSTRING flag in gadget->Flags.chris wrote: Hmm, but doesn't the class convert GA_Text into IntuiText internally? In which case supporting GA_TextAttr should be trivial.