Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_ENUMS_HPP_
2#define IV_SRC_UI_ENUMS_HPP_
3
4namespace iv::ui
5{
6
19
20enum class eTextWeight
21{
22 Normal,
23 Bold
24};
25
26enum class eTextStyle
27{
28 Normal,
29 Italic
30};
31
32}// namespace iv::ui
33
34#endif//IV_SRC_UI_ENUMS_HPP_
Definition enums.hpp:5
eAnchorPoint
Definition enums.hpp:8
eTextStyle
Definition enums.hpp:27
eTextWeight
Definition enums.hpp:21