TextArea.SelTextFont
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TextArea.SelectionFontName as a replacement. |
Property (As String )
aTextArea.SelTextFont = newStringValue
or
StringValue = aTextArea.SelTextFont
Supported for all project types and targets.
or
StringValue = aTextArea.SelTextFont
Supported for all project types and targets.
Used to get and set the text font of the highlighted text.
Notes
When used in an unstyled TextArea, it changes the font of all the text in the TextArea.