GlyphItemIter

constructor()(source)

Allocate a new GlyphItemIter.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.


constructor(scope: <Error class: unknown class>)(source)

Allocate a new GlyphItemIter using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

scope

The AutofreeScope to allocate this structure in.


constructor(glyphItem: GlyphItem?, text: String?, startGlyph: <Error class: unknown class>, startIndex: <Error class: unknown class>, startChar: <Error class: unknown class>, endGlyph: <Error class: unknown class>, endIndex: <Error class: unknown class>, endChar: <Error class: unknown class>)(source)

Allocate a new GlyphItemIter.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.

Parameters

glyphItem
text
startGlyph
startIndex
startChar
endGlyph
endIndex
endChar

constructor(glyphItem: GlyphItem?, text: String?, startGlyph: <Error class: unknown class>, startIndex: <Error class: unknown class>, startChar: <Error class: unknown class>, endGlyph: <Error class: unknown class>, endIndex: <Error class: unknown class>, endChar: <Error class: unknown class>, scope: <Error class: unknown class>)(source)

Allocate a new GlyphItemIter using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

glyphItem
text
startGlyph
startIndex
startChar
endGlyph
endIndex
endChar
scope

The AutofreeScope to allocate this structure in.


constructor(pangoGlyphItemIterPointer: <Error class: unknown class><<Error class: unknown class>>)(source)