HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.hpp
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
6#pragma once
7
8#include "character.hpp"
9#include "character_attributes.hpp"
10//#include "spell_check.hpp"
11#include "text.hpp"
12#include "text_cursor.hpp"
13#include "text_decoration.hpp"
14#include "text_phrasing.hpp"
15#include "text_selection.hpp"
16#include "text_shaper.hpp"
17#include "text_shaper_char.hpp"
18#include "text_shaper_line.hpp"
19#include "text_style.hpp"
20#include "text_theme.hpp"
21
22namespace hi {
23inline namespace v1 {
24
148}}
149
The text_phrasing type.
Defines the standard HikoGUI character type.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11