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

TTextAttr

TextAttr node, matches text attributes in TRastPort

Declaration

Source position: agraphics.pas line 193

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;

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: 2021-07-30