tiny.filigree.Description
Defined in font.description.
API (13)
Actions
Public operations.
Fields and members
Public fields and members.
ascentcolorcoveragedescentface_indexfamilyfixed_pitchline_gapselectionunits_per_emweight_classwidth_class
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
Audit
| Definitions | 2 |
|---|---|
| Public names | 6 |
| Members | 12 |
| Version | 26.7.0 |
| Revision | daab053ee433 |