7#include "text_theme.hpp"
9#include "../font/module.hpp"
10#include "../unicode/module.hpp"
11#include "../geometry/module.hpp"
13namespace hi::inline
v1 {
31 hi::font
const *
font =
nullptr;
70 lean_vector<hi::glyph_id> glyphs = {};
74 lean_vector<hi::aarectangle> glyph_rectangles = {};
88 unicode_bidi_class direction = unicode_bidi_class::L;
92 bool is_trailing_white_space =
false;
100 bool glyph_is_initial =
false;
103 character(character),
104 bidi_character(character)
Defines the standard HikoGUI character type.
DOXYGEN BUG.
Definition algorithm.hpp:13
A rectangle / parallelogram in 3D space.
Definition rectangle.hpp:20
The standard HikoGUI character type.
Definition character.hpp:34
Definition text_shaper_char.hpp:15
Definition text_style.hpp:15