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

TPangoItem

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

Declaration

Source position: lazpango1.pas line 1034

type TPangoItem = object

  offset: gint;

  

  length: gint;

  

  num_chars: gint;

  

  analysis: TPangoAnalysis;

  

  function new;

  

  function copy;

  

  procedure free;

  

  function split();

  

end;

Inheritance

TPangoItem