6#include "../utility/utility.hpp"
7#include "../macros.hpp"
12hi_export_module(hikogui.font : font_id);
14hi_export
namespace hi {
23class font_id :
public tagged_id<font_id, uint32_t, std::numeric_limits<uint32_t>::max()> {
25 using super = tagged_id<font_id, uint32_t, std::numeric_limits<uint32_t>::max()>;
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22
@ font
A font or font-size has changed.
Definition style_modify_mask.hpp:47
An identifier for a font-family that was registered with HikoGUI.
Definition font_id.hpp:23
font * operator->() const
Dereference to a font-object.
Definition font_book.hpp:386