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

TTextAttr

TextAttr node, matches text attributes in TRastPort

Declaration

Source position: agraphics.pas line 162

type TTextAttr = record

  ta_Name: STRPTR;

  

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;

See also

SetFont

  

Set the text font and attributes in a RastPort.

OpenFont

  

Get a pointer to a system font.

StripFont

  

Remove the TextFontExtension from a font

OpenDiskFont


Documentation generated on: 2017-01-10