HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
font_style.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
8#pragma once
9
10namespace hi {
11inline namespace v1 {
12
21enum class font_style {
24 normal = 0,
25
28 italic = 1,
29
32 oblique = 1
33};
34
35}}
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:21
@ italic
A font that is italic.
@ oblique
A font that is oblique.
@ normal
A font that is normal, non-italic.