Ensure TTextFont.tf_Extension has been built for a font
Source position: agraphics.pas line 2303
function ExtendFont( |
font: pTextFont; |
const 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() |