Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

ExtendFont

Ensure TTextFont.tf_Extension has been built for a font

Declaration

Source position: agraphics.pas line 2303

function ExtendFont(

  font: pTextFont;

  const fontTags: pTagItem

):LongWord;

Arguments

font

  

The font to extend.

fontTags

  

An optional taglist. If nil, then a default is used. Currently, the only tag defined is TA_DeviceDPI.

Function result

1 if the TextFont was properly extended, else 0.

See also

ExtendFontTags

  

VarArgs Version of ExtendFont()


Documentation generated on: 2021-07-30