Extended TextAttr node, matches text attributes in TRastPort
Source position: agraphics.pas line 201
type TTTextAttr = record |
||
tta_Name: PChar; |
|
Name of the Font |
tta_YSize: Word; |
|
Height of the Font |
tta_Style: Byte; |
|
Intrinsic Font Style (FSF_*) |
tta_Flags: Byte; |
|
Font preferences and flags (FPF_*) |
tta_Tags: PTagItem; |
|
Extended Attributes (TA_*) |
end; |