Skip to documentation
SLOP

tiny.filigree.GlyphFlags

Reference tiny.filigree GlyphFlags

Defined in tiny.filigree.

API (7)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.filigreeGlyphFlags
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/filigree/src/shape/model.zig:55

zig
pub const GlyphFlags = packed struct(u8) {    unsafe_to_break: bool = false,    unsafe_to_concat: bool = false,    safe_to_insert_tatweel: bool = false,    missing_glyph: bool = false,    default_ignorable: bool = false,    synthetic: bool = false,    reserved: u2 = 0,};

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

zig
pub const GlyphFlags = shape.GlyphFlags;

Also reachable as

shape.GlyphFlags.

Audit

Definitions1
Public names2
Members7
Version26.7.0
Revisiondaab053ee433