GlyphItem
class GlyphItem(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
A PangoGlyphItem
is a pair of a PangoItem
and the glyphs resulting from shaping the items text.
As an example of the usage of PangoGlyphItem
, the results of shaping text with PangoLayout
is a list of PangoLayoutLine
, each of which contains a list of PangoGlyphItem
.
Skipped during bindings generation
parameter
logical_widths
: Array parameter of type gint is not supportedparameter
log_attrs
: LogAttr
Constructors
Link copied to clipboard
constructor()
Allocate a new GlyphItem.
constructor(scope: <Error class: unknown class>)
Allocate a new GlyphItem using the provided AutofreeScope.
constructor(item: Item?, glyphs: GlyphString?, yOffset: <Error class: unknown class>, startXOffset: <Error class: unknown class>, endXOffset: <Error class: unknown class>)
Allocate a new GlyphItem.
constructor(item: Item?, glyphs: GlyphString?, yOffset: <Error class: unknown class>, startXOffset: <Error class: unknown class>, endXOffset: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new GlyphItem using the provided AutofreeScope.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)