Skip to documentation
SLOP

tiny.filigree.ShapedGlyph

Reference tiny.filigree ShapedGlyph

Defined in tiny.filigree.

API (15)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.filigreeShapedGlyph
Static calls · unresolved targets: unknown · external targets: unknown.

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

shape.ShapedGlyph.

Audit

Definitions1
Public names2
Members15
Version26.7.0
Revisiondaab053ee433