Molybden API
Loading...
Searching...
No Matches
font.hpp
1
// Copyright (c) 2000-2023 TeamDev Ltd. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_FONT_HPP
6
#define MOLYBDEN_FONT_HPP
7
8
namespace
molybden {
9
10
enum class
AbsoluteFontSizeCase;
11
12
using
AbsoluteFontSize = AbsoluteFontSizeCase;
13
17
enum class
AbsoluteFontSizeCase {
21
kXxSmall,
22
26
kXSmall,
27
31
kSmall,
32
36
kMedium,
40
kLarge,
41
45
kXLarge,
46
50
kXxLarge,
51
55
kXxxLarge,
56
};
57
58
}
// namespace molybden
59
60
#endif
// MOLYBDEN_FONT_HPP
include
molybden
ui
font.hpp