tiny.filigree.GlyphAtlasGlyph
Defined in font.raster.
API (7)
Fields and members
Public fields and members.
Source
Source: lib/filigree/src/font/raster.zig:38
zig
pub const AtlasGlyph = struct { codepoint: i32 = 0, glyph_id: u32 = 0, width: i32 = 0, height: i32 = 0, offset_x: i32 = 0, offset_y: i32 = 0, advance_x: i32 = 0,};Source: lib/filigree/src/root.zig:93
zig
pub const GlyphAtlasGlyph = font.GlyphAtlasGlyph;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |