Cobbletext
0.2.0
Complex text layout and rendering engine
cobbletext
ScriptDirection.hpp
Go to the documentation of this file.
1
#pragma once
2
3
4
namespace
cobbletext
{
5
6
7
enum class
ScriptDirection
{
8
NotSpecified
= 0,
9
LTR
= 1,
10
RTL
= 2
11
};
12
13
14
}
cobbletext::ScriptDirection
ScriptDirection
Definition:
ScriptDirection.hpp:7
cobbletext::ScriptDirection::NotSpecified
@ NotSpecified
cobbletext::ScriptDirection::LTR
@ LTR
cobbletext::ScriptDirection::RTL
@ RTL
cobbletext
Definition:
AdvanceInfo.hpp:8
Generated by
1.8.17