Skip to documentation
SLOP

tiny.filigree.FeatureRange

Reference tiny.filigree FeatureRange

Defined in font.model.

API (2)

Fields and members

Public fields and members.

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

Source

Source: lib/filigree/src/font/model.zig:40

zig
pub const FeatureRange = struct {    start: u32 = 0,    end: u32 = std.math.maxInt(u32),};

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

zig
pub const FeatureRange = font.FeatureRange;

Also reachable as

font.FeatureRange, shape.FeatureRange.

Audit

Definitions1
Public names4
Members2
Version26.7.0
Revisiondaab053ee433