HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
unicode
unicode_east_asian_width.hpp
Go to the documentation of this file.
1
// Copyright Take Vos 2021.
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
#include <cstdint>
11
12
namespace
hi::inline
v1
{
13
14
enum class
unicode_east_asian_width {
15
A,
16
F,
17
H,
18
N,
19
Na,
20
W
21
};
22
23
}
v1
DOXYGEN BUG.
Definition
algorithm.hpp:13
Generated on Mon Apr 22 2024 12:52:48 for HikoGUI by
1.10.0