tiny.filigree.ShapedGlyph
Defined in tiny.filigree.
API (15)
Fields and members
Public fields and members.
attachmentclustercluster_indexflagsglyph_classglyph_idligature_caret_countligature_caret_startsource_codepoint_countsource_endsource_startx_advancex_offsety_advancey_offset
Source
Source: lib/filigree/src/shape/model.zig:84
zig
pub const ShapedGlyph = struct { glyph_id: u32, cluster: u32, cluster_index: u32 = 0, source_start: u32 = 0, source_end: u32 = 0, source_codepoint_count: u16 = 1, x_advance: i32, y_advance: i32, x_offset: i32, y_offset: i32, flags: GlyphFlags = .{}, glyph_class: GlyphClass = .unknown, attachment: ?GlyphAttachment = null, ligature_caret_start: u32 = 0, ligature_caret_count: u16 = 0,};Source: lib/filigree/src/root.zig:83
zig
pub const ShapedGlyph = shape.ShapedGlyph;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 15 |
| Version | 26.7.0 |
| Revision | daab053ee433 |