[Overview][Constants][Types][Procedures and functions] Reference for unit 'unitxft' (#fpgfx)

TXftFont

Declaration

Source position: unitxft.pas line 42

type TXftFont = record

  ascent: Integer;

  

  descent: Integer;

  

  height: Integer;

  

  max_advance_width: Integer;

  

  ptr1: Pointer;

  

  ptr2: Pointer;

  

end;

Description