Skip to documentation
SLOP

tiny.filigree.Description

Reference tiny.filigree Description

Defined in font.description.

API (13)

Actions

Public operations.

Fields and members

Public fields and members.

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

Source

Source: lib/filigree/src/font/description.zig:12

zig
pub const Description = struct {    family: []u8,    weight_class: u16,    width_class: u16,    selection: u16,    units_per_em: u16,    ascent: f32,    descent: f32,    line_gap: f32,    coverage: [8]u32,    fixed_pitch: bool,    color: bool,    face_index: u32,    pub fn deinit(self: *Description, allocator: std.mem.Allocator) void {        allocator.free(self.family);        self.* = undefined;    }};

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

zig
pub const Description = font.Description;

Also reachable as

font.Description.

Audit

Definitions2
Public names6
Members12
Version26.7.0
Revisiondaab053ee433