Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::Line Struct Reference

A single line of text, stored as a vector of glyphs. More...

#include "donner/editor/TextBuffer.h"

Inheritance diagram for donner::editor::Line:
[legend]
Collaboration diagram for donner::editor::Line:
[legend]

Public Types

using Base = std::vector<Glyph>

Public Member Functions

void emplace (iterator it, char ch, ColorIndex color)

Detailed Description

A single line of text, stored as a vector of glyphs.

This inherits from std::vector<Glyph> purely for convenience.


The documentation for this struct was generated from the following file: