mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-13 15:23:55 +08:00
9 lines
81 B
C++
9 lines
81 B
C++
namespace StarMath
|
|
{
|
|
enum class TextDirection
|
|
{
|
|
LeftToRight,
|
|
RightToLeft,
|
|
};
|
|
}
|