Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-item.h>
Data Fields | |
int | offset |
int | length |
int | num_chars |
PangoAnalysis | analysis |
PangoItem: @offset: byte offset of the start of this item in text. @length: length of this item in bytes. @num_chars: number of Unicode characters in the item. @analysis: analysis results for the item.
The PangoItem
structure stores information about a segment of text.
You typically obtain PangoItems
by itemizing a piece of text with [func@itemize].
Definition at line 110 of file pango-item.h.
PangoAnalysis _PangoItem::analysis |
Definition at line 115 of file pango-item.h.
int _PangoItem::length |
Definition at line 113 of file pango-item.h.
int _PangoItem::num_chars |
Definition at line 114 of file pango-item.h.
int _PangoItem::offset |
Definition at line 112 of file pango-item.h.