|
TCustomRVFontInfo.FontName |
Top Previous Next |
|
Specifies font typeface for text of this style. type TFontName = type string; property FontName: TFontName If the font family described by FontName includes multiple character sets, be sure to set the Charset property as well (if Unicode=False). Similar to TFont.Name. Default value: 'Arial' |