10#include "../utility/utility.hpp"
11#include "../coroutine/module.hpp"
13hi_export_module(hikogui.font.font_style);
41constexpr auto font_style_metadata = enum_metadata{
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
font_style
The different styles a font-family comes with.
Definition font_style.hpp:26
@ italic
A font that is italic.
@ oblique
A font that is oblique.
@ normal
A font that is normal, non-italic.
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377