A measured text size
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; |
|
Get the font attributes of the current font |
|
|
Determine raster extent of text data. |
|
|
Count characters that will fit in a given extent |