nxt::RawChange struct

A detected change: position, glyphs, colors, emphasis (before optimization).

Public variables

Pos origin
Origin of the changed run.
std::span<const GlyphTable::GlyphId> glyphs
Glyph ids for the changed run.
Rgba8 fg
New foreground color for the run.
Rgba8 bg
New background color for the run.
Emphasis em
New emphasis for the run.