|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
A single character in the text buffer with associated syntax highlighting information. More...
#include "donner/editor/TextBuffer.h"
Public Member Functions | |
| Glyph (char c, ColorIndex color) | |
Public Attributes | |
| char | character |
| The actual character. | |
| ColorIndex | colorIndex = ColorIndex::Default |
| Color to use for this character. | |
| bool | isComment: 1 |
| Part of a single-line comment. | |
| bool | isMultiLineComment: 1 |
| Part of a multi-line comment. | |
A single character in the text buffer with associated syntax highlighting information.