|
TFontInfos.FindStyleWithFontName |
Top Previous Next |
|
Searches for style having specified font name. function FindStyleWithFontName(BaseStyle: Integer; const FontName: TFontName): Integer; (Introduced in version 1.3) Searches for style having all properties of the BaseStyle-th style, but FontName=FontName. BaseStyle is an index in Items. The following properties are ignored when comparing styles:
Return value: Index of style, or -1 if not found. See also:
|