[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TTextExtent

A measured text size

Declaration

Source position: agraphics.pas line 277

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: 2017-01-10