7#include "../utility/utility.hpp"
8#include "../macros.hpp"
13hi_export_module(hikogui.font : font_family_id);
15hi_export
namespace hi {
22class font_family_id :
public tagged_id<font_family_id, uint16_t, std::numeric_limits<uint16_t>::max()> {
24 using super = tagged_id<font_family_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
An identifier for a font-family that was registered with HikoGUI.
Definition font_family_id.hpp:22