|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
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.