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

TPangoLayoutLine

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

Declaration

Source position: lazpango1.pas line 1188

type TPangoLayoutLine = object

  layout: PPangoLayout;

  

  start_index: gint;

  

  length: gint;

  

  runs: PGSList;

  

  Bitfield0: TPangoLayoutLineBitfield0;

  

  procedure get_extents();

  

  procedure get_pixel_extents();

  

  procedure get_x_ranges();

  

  procedure index_to_x();

  

  function ref;

  

  procedure unref;

  

  function x_to_index();

  

end;

Inheritance

TPangoLayoutLine