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

TTTextAttr

Extended TextAttr node, matches text attributes in TRastPort

Declaration

Source position: agraphics.pas line 170

type TTTextAttr = record

  tta_Name: STRPTR;

  

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