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

TPangoGlyphString

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

Declaration

Source position: lazpango1.pas line 1044

type TPangoGlyphString = object

  num_glyphs: gint;

  

  glyphs: PPangoGlyphInfo;

  

  log_clusters: Pgint;

  

  space: gint;

  

  function new;

  

  function copy;

  

  procedure extents();

  

  procedure extents_range();

  

  procedure free;

  

  procedure get_logical_widths();

  

  function get_width;

  

  procedure index_to_x();

  

  procedure set_size();

  

  procedure x_to_index();

  

end;

Inheritance

TPangoGlyphString