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

TColorTextFont

Color font structure

Declaration

Source position: agraphics.pas line 260

type TColorTextFont = record

  ctf_TF: TTextFont;

  

Standard Textfont structure

  ctf_Flags: Word;

  

Extended flags (CT_*)

  ctf_Depth: Byte;

  

Number of bit planes

  ctf_FgColor: Byte;

  

Color that is remapped to FgPen

  ctf_Low: Byte;

  

Lowest color represented here

  ctf_High: Byte;

  

Highest color represented here

  ctf_PlanePick: Byte;

  

PlanePick ala Images

  ctf_PlaneOnOff: Byte;

  

PlaneOnOff ala Images

  ctf_ColorFontColors: PColorFontColors;

  

Colors for font

  ctf_CharData: array [0..7] of APTR;

  

Pointers to bit planes ala TTextFont.tf_CharData

end;


Documentation generated on: 2017-01-10