FontSize (NotesRichTextStyle - LotusScript®)
Read-write. Font size in points.
Note: This property is new with Release 4.6.
Defined in
Data type
Integer
Syntax
To get: fontSize% = notesRichTextStyle .FontSize
To set: notesRichTextStyle .FontSize = fontSize%
Legal values
- An integer value representing a font size of range 1 to 250.
- STYLE_NO_CHANGE (255) to maintain the previous state (default).