HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
unicode
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
9
namespace
hi::inline
v1
{
10
11
enum class
unicode_bidi_bracket_type
: uint8_t {
12
n
,
13
o
,
14
c
,
15
m
16
};
17
18
}
v1
DOXYGEN BUG.
Definition
algorithm.hpp:15
v1::unicode_bidi_bracket_type
unicode_bidi_bracket_type
Definition
unicode_bidi_bracket_type.hpp:11
v1::unicode_bidi_bracket_type::c
@ c
Close bracket.
v1::unicode_bidi_bracket_type::m
@ m
Mirror but not bracket.
v1::unicode_bidi_bracket_type::n
@ n
Not mirrored.
v1::unicode_bidi_bracket_type::o
@ o
Open bracket.
Generated on Mon Apr 22 2024 12:51:54 for HikoGUI by
1.10.0