GlyphInfo

class GlyphInfo(val pangoGlyphInfoPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

A PangoGlyphInfo structure represents a single glyph with positioning information and visual attributes.

Skipped during bindings generation

  • field geometry: Field with not-pointer record/union PangoGlyphGeometry is not supported

  • field attr: Field with not-pointer record/union PangoGlyphVisAttr is not supported

Constructors

Link copied to clipboard
constructor()

Allocate a new GlyphInfo.

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

Allocate a new GlyphInfo using the provided AutofreeScope.

constructor(glyph: <Error class: unknown class>)

Allocate a new GlyphInfo.

constructor(glyph: <Error class: unknown class>, scope: <Error class: unknown class>)

Allocate a new GlyphInfo using the provided AutofreeScope.

constructor(pangoGlyphInfoPointer: <Error class: unknown class><<Error class: unknown class>>)

Properties

Link copied to clipboard
var glyph: <Error class: unknown class>

the glyph itself.

Link copied to clipboard
val pangoGlyphInfoPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open override fun toString(): String