10#include "../utility/utility.hpp"
14hi_export_module(hikogui.font.font_style);
16hi_export
namespace hi {
42constexpr auto font_style_metadata = enum_metadata{
48hi_export [[nodiscard]]
inline generator<font_style> alternatives(
font_style start)
noexcept
The HikoGUI namespace.
Definition array_generic.hpp:20
font_style
The different styles a font-family comes with.
Definition font_style.hpp:27
@ italic
A font that is italic.
@ oblique
A font that is oblique.
@ normal
A font that is normal, non-italic.
DOXYGEN BUG.
Definition algorithm_misc.hpp:20