Skip to documentation
SLOP

tiny.filigree.GlyphRun

Reference tiny.filigree GlyphRun

Defined in tiny.filigree.

API (9)

Actions

Public operations.

Fields and members

Public fields and members.

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

Source

Source: lib/filigree/src/shape/model.zig:109

zig
pub const GlyphRun = struct {    glyphs: []const ShapedGlyph,    clusters: []const Cluster,    ligature_carets: []const LigatureCaret,    total_x_advance: i32,    total_y_advance: i32,    direction: Direction,    writing_mode: WritingMode,    output_order: OutputOrder,    pub fn clusterMap(self: GlyphRun) ClusterMap {        return .{ .run = self };    }};

Source: lib/filigree/src/root.zig:75

zig
pub const GlyphRun = shape.GlyphRun;

Also reachable as

shape.GlyphRun.

Audit

Definitions2
Public names4
Members8
Version26.7.0
Revisiondaab053ee433