struct Pango::GlyphVisAttr
- Pango::GlyphVisAttr
- Struct
- Value
- Object
Overview
A Pango::GlyphVisAttr
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.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/glyph_vis_attr.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::GlyphVisAttr, _transfer : GICrystal::Transfer)
- .new(is_cluster_start : UInt32 | Nil = nil, is_color : UInt32 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #is_cluster_start(*args, **options)
- #is_cluster_start(*args, **options, &)
- #is_cluster_start=(arg)
- #is_color(*args, **options)
- #is_color(*args, **options, &)
- #is_color=(arg)