GlyphVisAttr

class GlyphVisAttr(pointer: <Error class: unknown class><<Error class: unknown class>>)

A PangoGlyphVisAttr structure communicates information between the shaping and rendering phases.

Currently, it contains cluster start and color information. More attributes may be added in the future.

Clusters are stored in visual order, within the cluster, glyphs are always ordered in logical order, since visual order is meaningless; that is, in Arabic text, accent glyphs follow the glyphs for the base character.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

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

set for the first logical glyph in each cluster.

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

set if the the font will render this glyph with color. Since 1.50

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