Unit 'zglHeader' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_zengl]

zglTFont

Declaration

Source position: zglHeader.pas line 1027

type zglTFont = record

  Count: record

  

    Pages: Word;

  

    Chars: Word;

  

  end;

  Pages: array of zglPTexture;

  

  CharDesc: array [0..65535] of zglPCharDesc;

  

  MaxHeight: Integer;

  

  MaxShiftY: Integer;

  

  Padding: array [0..3] of Byte;

  

  prev: zglPFont;

  

  next: zglPFont;

  

end;



CT Web help

CodeTyphon Studio