mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-16 16:50:45 +08:00
13 lines
160 B
C#
13 lines
160 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
|
||
|
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
[Since(3, 2)]
|
||
|
public enum CTSuperscriptStyle
|
||
|
{
|
||
|
None = 0,
|
||
|
Superscript = 1,
|
||
|
Subscript = -1
|
||
|
}
|
||
|
}
|