10#include "../utility/module.hpp"
11#include "../generator.hpp"
39constexpr auto font_style_metadata = enum_metadata{
45[[nodiscard]]
inline generator<font_style> alternatives(
font_style const &start)
noexcept
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11
font_style
The different styles a font-family comes with.
Definition font_style.hpp:24
@ italic
A font that is italic.
@ oblique
A font that is oblique.
@ normal
A font that is normal, non-italic.