PangoItem

The pango.item.Item structure stores information about a segment of text.

You typically obtain PangoItems by itemizing a piece of text with func@itemize.

Members

Variables

analysis
PangoAnalysis analysis;

analysis results for the item.

length
int length;

length of this item in bytes.

numChars
int numChars;

number of Unicode characters in the item.

offset
int offset;

byte offset of the start of this item in text.