GlyphItem
class GlyphItem(val pangoGlyphItemPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
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
: Array parameter of type LogAttr is not supported
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(pangoGlyphItemPointer: <Error class: unknown class><<Error class: unknown class>>)