Skip to documentation
SLOP

tiny.filigree.GlyphBitmap

Reference tiny.filigree GlyphBitmap

Defined in font.raster.

API (9)

Actions

Public operations.

Fields and members

Public fields and members.

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

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

font.GlyphBitmap.

Audit

Definitions2
Public names6
Members8
Version26.7.0
Revisiondaab053ee433