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

tTextExtent

A measured text size

Declaration

Source position: agraphics.pas line 345

type tTextExtent = record

  te_Width: Word;

  

Same as TextLength() the RastPort current x postion advance that rendering this text would cause.

  te_Height: Word;

  

same as tf_YSize The height of the font.

  te_Extent: tRectangle;

  

relative to CP

end;

See also

FontExtent

  

Get the font attributes of the current font

TextExtent

  

Determine raster extent of text data.

TextFit

  

Count characters that will fit in a given extent


Documentation generated on: 2021-07-30