HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
font.hpp
1// Copyright Take Vos 2021-2022.
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#pragma once
6
7#include "elusive_icon.hpp" // export
8#include "font_font.hpp" // export
9#include "font_book.hpp" // export
10#include "font_family_id.hpp" // export
11#include "font_metrics.hpp" // export
12#include "font_variant.hpp" // export
13#include "font_weight.hpp" // export
14#include "glyph_atlas_info.hpp" // export
15#include "glyph_id.hpp" // export
16#include "glyph_metrics.hpp" // export
17#include "hikogui_icon.hpp" // export
18#include "true_type_font.hpp" // export
19
20hi_export_module(hikogui.font);
21
22hi_export namespace hi {
23inline namespace v1 {
24
28}}
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20