tiny.filigree.GlyphOutline
Defined in font.outline.
API (4)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/filigree/src/font/outline.zig:30
zig
pub const Glyph = struct { bounds: Bounds = .{}, contours: []Contour = &.{}, points: []Point = &.{}, pub fn deinit(self: Glyph, allocator: std.mem.Allocator) void { if (self.contours.len > 0) allocator.free(self.contours); if (self.points.len > 0) allocator.free(self.points); }};Source: lib/filigree/src/root.zig:87
zig
pub const GlyphOutline = font.GlyphOutline;Also reachable as
Audit
| Definitions | 2 |
|---|---|
| Public names | 6 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |