HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
unicode_bidi_bracket_type.hpp
1// Copyright Take Vos 2020.
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
5#pragma once
6
7#include <cstdint>
8
9namespace hi::inline v1 {
10
11enum class unicode_bidi_bracket_type : uint8_t {
12 n,
13 o,
14 c,
15 m
16};
17
18}
DOXYGEN BUG.
Definition algorithm.hpp:15
unicode_bidi_bracket_type
Definition unicode_bidi_bracket_type.hpp:11
@ m
Mirror but not bracket.