tiny.ui.TextRecord
Defined in tiny.ui.
TextRecord.content names a UTF-8 atom.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/ui/src/abi/envelope.zig:98
zig
/// `TextRecord.content` names a UTF-8 atom. The admission survey checks its/// full content before layout and returns `TextNotUtf8` for malformed encoding,/// including overlong, lone continuation, and truncated sequences./// `run_first` and `run_count` locate its runs.pub const TextRecord = extern struct { content: u32 = 0, run_first: u32 = 0, run_count: u32 = 0, flags: u32 = 0,};Source: lib/ui/src/root.zig:27
zig
pub const TextRecord = abi.TextRecord;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |