6#include "../unicode/unicode.hpp"
7#include "../utility/utility.hpp"
8#include "../macros.hpp"
12hi_export_module(hikogui.font : glyph_id);
14hi_export
namespace hi {
inline namespace v1 {
22class glyph_id :
public tagged_id<glyph_id, uint16_t, std::numeric_limits<uint16_t>::max()> {
24 using super = tagged_id<glyph_id, uint16_t, std::numeric_limits<uint16_t>::max()>;
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22
The identifier of a glyph in a font-file.
Definition glyph_id.hpp:22