Analysis

constructor()

Allocate a new Analysis.

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>)

Allocate a new Analysis 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(font: Font?, level: <Error class: unknown class>, gravity: <Error class: unknown class>, flags: <Error class: unknown class>, script: <Error class: unknown class>, language: Language?, extraAttrs: <Error class: unknown class>?)

Allocate a new Analysis.

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

Parameters

font

the font for this segment.

level

the bidirectional level for this segment.

gravity

the glyph orientation for this segment (A PangoGravity).

flags

boolean flags for this segment (Since: 1.16).

script

the detected script for this segment (A PangoScript) (Since: 1.18).

language

the detected language for this segment.

extraAttrs

extra attributes for this segment.


constructor(font: Font?, level: <Error class: unknown class>, gravity: <Error class: unknown class>, flags: <Error class: unknown class>, script: <Error class: unknown class>, language: Language?, extraAttrs: <Error class: unknown class>?, scope: <Error class: unknown class>)

Allocate a new Analysis using the provided AutofreeScope.

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

Parameters

font

the font for this segment.

level

the bidirectional level for this segment.

gravity

the glyph orientation for this segment (A PangoGravity).

flags

boolean flags for this segment (Since: 1.16).

script

the detected script for this segment (A PangoScript) (Since: 1.18).

language

the detected language for this segment.

extraAttrs

extra attributes for this segment.

scope

The AutofreeScope to allocate this structure in.


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)