tiny.filigree.MathGlyphAssembly
Defined in font.math.
API (4)
Actions
Public operations.
Fields and members
Public fields and members.
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
Audit
| Definitions | 2 |
|---|---|
| Public names | 6 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |