HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
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
12namespace hi::inline v1 {
13
14enum class unicode_east_asian_width {
15 A,
16 F,
17 H,
18 N,
19 Na,
20 W
21};
22
23}
DOXYGEN BUG.
Definition algorithm.hpp:13