HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
font_family_id.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "../utility/utility.hpp"
7#include "../macros.hpp"
8#include <cstdint>
9#include <compare>
10
11hi_export_module(hikogui.font.font_family_id);
12
13hi_export namespace hi::inline v1 {
14
15hi_export using font_family_id = tagged_id<uint16_t, "font_family_id">;
16
17}
DOXYGEN BUG.
Definition algorithm_misc.hpp:20