ExistFont Statement:
Check if the font exists
isExist = Object.ExistFont
|
Returns: isExist has integer type. Possible values: 0,1
|
Sample: isExist = object.ExistFont
This method returns 1 if specified font exists, otherwise 0.
See also
ClearFontRectangle,
ClearFontStyle,
ExistFont, GetFontHeight
,SetAlignText,
SetFontAntialias, SetFontBold,
SetFontGradient,
SetFontItalic, SetFontName
,SetFontOrientation,
SetFontRectangle, SetFontRegular
,SetFontSize, SetFontStrikeout
,SetFontUnderline
, TextOut
More samples:
|