Skip to documentation
SLOP

tiny.ui.TextRecord

Reference tiny.ui TextRecord

Defined in tiny.ui.

TextRecord.content names a UTF-8 atom.

API (4)

Fields and members

Public fields and members.

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

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

abi.TextRecord.

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433