TextAttr node, matches text attributes in TRastPort
Source position: agraphics.pas line 162
| type TTextAttr = record | ||
| ta_Name: PChar; | 
 | Name of Font | 
| ta_YSize: Word; | 
 | Height of Font | 
| ta_Style: Byte; | 
 | Intrinsic Font Style (FSF_*) | 
| ta_Flags: Byte; | 
 | Font preferences and flags (FPF_*) | 
| end; | 
| 
 | Set the text font and attributes in a RastPort. | |
| 
 | Get a pointer to a system font. | |
| 
 | Remove the TextFontExtension from a font | |
| 
 |