tiny.filigree.measureGlyphRun
Defined in tiny.filigree.
Source
Source: lib/filigree/src/render/text.zig:58
zig
pub fn measureGlyphRun(run: shape.GlyphRun) Metrics { return .{ .advance_x = round26Dot6(run.total_x_advance), .advance_y = round26Dot6(run.total_y_advance), };}Source: lib/filigree/src/root.zig:112
zig
pub const measureGlyphRun = render.measureGlyphRun;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |