pango-d ~master (2015-10-12T21:45:58Z)
Dub
Repo
PangoItem
pango
c
item
PangoItem:
The #PangoItem structure stores information about a segment of text.
extern (
C
)
struct
PangoItem {
gint
offset
;
gint
length
;
gint
num_chars
;
PangoAnalysis
analysis
;
}
Meta
Source
See Implementation
pango
c
item
manifest constants
PANGO_ANALYSIS_FLAG_CENTERED_BASELINE
PANGO_ANALYSIS_FLAG_IS_ELLIPSIS
structs
PangoAnalysis
PangoItem
PangoItem:
The #PangoItem structure stores information about a segment of text.