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

TTTextAttr

Extended TextAttr node, matches text attributes in TRastPort

Declaration

Source position: agraphics.pas line 502

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;


Documentation generated on: 2021-07-30