Skip to documentation
SLOP

tiny.filigree.MathGlyphAssembly

Reference tiny.filigree MathGlyphAssembly

Defined in font.math.

API (4)

Actions

Public operations.

Fields and members

Public fields and members.

No direct callersNo direct callsfont.mathGlyphAssembly
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/filigree/src/font/math.zig:99

zig
pub const GlyphAssembly = struct {    parts: []GlyphAssemblyPart,    advance_measurement: u16,    italics_correction: ValueRecord,    pub fn deinit(self: GlyphAssembly, allocator: std.mem.Allocator) void {        allocator.free(self.parts);    }};

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

zig
pub const MathGlyphAssembly = font.MathGlyphAssembly;

Also reachable as

font.MathGlyphAssembly.

Audit

Definitions2
Public names6
Members3
Version26.7.0
Revisiondaab053ee433