Ensure TTextFont.tf_Extension has been built for a font
Source position: agraphics.pas line 2111
function ExtendFont( |
Font: PTextFont; |
FontTags: PTagItem |
):LongWord; |
Font |
|
The font to extend. |
FontTags |
|
An optional taglist. If nil, then a default is used. Currently, the only tag defined is TA_DeviceDPI. |
1 if the TextFont was properly extended, else 0.
|
VarArgs Version of ExtendFont() |