mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-16 16:50:45 +08:00
14 lines
187 B
C#
14 lines
187 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
|
||
|
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
[Since(3, 2)]
|
||
|
public enum CTRunStatus
|
||
|
{
|
||
|
NoStatus = 0,
|
||
|
RightToLeft = 1,
|
||
|
NonMonotonic = 2,
|
||
|
HasNonIdentityMatrix = 4
|
||
|
}
|
||
|
}
|