|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
A single line of text, stored as a vector of glyphs. More...
#include "donner/editor/TextBuffer.h"
Public Types | |
| using | Base = std::vector<Glyph> |
Public Member Functions | |
| void | emplace (iterator it, char ch, ColorIndex color) |
A single line of text, stored as a vector of glyphs.
This inherits from std::vector<Glyph> purely for convenience.