mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-15 23:13:33 +08:00
16 lines
212 B
C#
16 lines
212 B
C#
using CPF.Mac.ObjCRuntime;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
[Since(3, 2)]
|
|
public enum CTCharacterCollection : ushort
|
|
{
|
|
IdentityMapping,
|
|
AdobeCNS1,
|
|
AdobeGB1,
|
|
AdobeJapan1,
|
|
AdobeJapan2,
|
|
AdobeKorea1
|
|
}
|
|
}
|