[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazPango1' (#lcl)

TPangoGlyphItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazpango1.pas line 387

type TPangoGlyphItem = object

  item: PPangoItem;

  

  glyphs: PPangoGlyphString;

  

  y_offset: gint;

  

  start_x_offset: gint;

  

  end_x_offset: gint;

  

  function apply_attrs();

  

  procedure free;

  

  procedure letter_space();

  

  function split();

  

end;

Inheritance

TPangoGlyphItem