Public Properties

PropertyDescription
BoldDetermines whether the font is bold (true) or not (false). DATATYPE: Boolean.
CharsetCharacter set. Microsoft has various predefined character sets. Examples include: Ansi = 0, Japanese = 128, Chinese Big 5 = 136, Hebrew = 177, Arabic = 178, Greek = 161, Turkish = 162, Vietnamese = 163. DATATYPE: Integer.
ItalicDetermines whether the font is italicized (true) or not (false). DATATYPE: Boolean.
NameName of the font (i.e. 'Arial', 'Courier', etc.). DATATYPE: String.
SizeSize of the font. DATATYPE: Integer.
StrikethroughDetermines whether the font has a strike through (true) or not (false). DATATYPE: Boolean.
UnderlineDetermines whether the font is underlined (true) or not (false). DATATYPE: Boolean.
WeightWidth of the font. DATATYPE: Integer.
  • No labels