HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
font
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
10
namespace
hi
{
11
inline
namespace
v1
{
12
21
enum class
font_style
{
24
normal
= 0,
25
28
italic
= 1,
29
32
oblique
= 1
33
};
34
35
}}
v1
DOXYGEN BUG.
Definition
algorithm.hpp:13
hi
geometry/margins.hpp
Definition
cache.hpp:11
hi::v1::font_style
font_style
The different styles a font-family comes with.
Definition
font_style.hpp:21
hi::v1::font_style::italic
@ italic
A font that is italic.
hi::v1::font_style::oblique
@ oblique
A font that is oblique.
hi::v1::font_style::normal
@ normal
A font that is normal, non-italic.
Generated on Mon Apr 22 2024 12:52:19 for HikoGUI by
1.10.0