13 lines
154 B
C#
13 lines
154 B
C#
using CPF.Mac.ObjCRuntime;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
[Since(3, 2)]
|
|
public enum CTFontOrientation : uint
|
|
{
|
|
Default,
|
|
Horizontal,
|
|
Vertical
|
|
}
|
|
}
|