HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
text.hpp
1
2#pragma once
3
4#include "semantic_text_style.hpp" // export
5#include "text_cursor.hpp" // export
6#include "text_decoration.hpp" // export
7#include "text_selection.hpp" // export
8#include "text_shaper.hpp" // export
9#include "text_shaper_char.hpp" // export
10#include "text_shaper_line.hpp" // export
11#include "text_style.hpp" // export
12
13hi_export_module(hikogui.text);