10#include "../utility/utility.hpp"
14hi_export_module(hikogui.font.font_style);
16hi_export
namespace hi {
48hi_export [[nodiscard]]
inline generator<font_style> alternatives(
font_style start)
noexcept
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22
font_style
The different styles a font-family comes with.
Definition font_style.hpp:27
@ italic
A font that is italic.
Definition font_style.hpp:34
@ oblique
A font that is oblique.
Definition font_style.hpp:38
@ normal
A font that is normal, non-italic.
Definition font_style.hpp:30
A object that holds enum-values and strings.
Definition enum_metadata.hpp:36