Unit 'freetypeh' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl-image]

TFT_GlyphSlot

Declaration

Source position: libfreetype.inc line 287

type TFT_GlyphSlot = record

  alibrary: PFT_Library;

  face: PFT_Face;

  next: PFT_GlyphSlot;

  flags: FT_UInt;

  generic: FT_Generic;

  metrics: FT_Glyph_Metrics;

  linearHoriAdvance: FT_Fixed;

  linearVertAdvance: FT_Fixed;

  advance: FT_Vector;

  format: LongWord;

  bitmap: FT_Bitmap;

  bitmap_left: FT_Int;

  bitmap_top: FT_Int;

  outline: FT_Outline;

  num_subglyphs: FT_UInt;

  subglyphs: PFT_Subglyph;

  control_data: pointer;

  control_len: LongInt;

  other: pointer;

end;


Documentation generated on: 2023-03-18