tiny.filigree.GlyphFlags
Defined in tiny.filigree.
API (7)
Fields and members
Public fields and members.
default_ignorablemissing_glyphreservedsafe_to_insert_tatweelsyntheticunsafe_to_breakunsafe_to_concat
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |