tiny.filigree.GlyphBitmap
Defined in font.raster.
API (9)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/filigree/src/font/raster.zig:23
zig
pub const GlyphBitmap = 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, alpha: []u8 = &.{}, pub fn deinit(self: GlyphBitmap, allocator: std.mem.Allocator) void { if (self.alpha.len > 0) allocator.free(self.alpha); }};Source: lib/filigree/src/root.zig:91
zig
pub const GlyphBitmap = font.GlyphBitmap;Also reachable as
Audit
| Definitions | 2 |
|---|---|
| Public names | 6 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |