CPF/CPF.Mac/Mac/CoreText/CTCharacterCollection.cs

16 lines
212 B
C#
Raw Normal View History

2023-11-21 23:05:03 +08:00
using CPF.Mac.ObjCRuntime;
namespace CPF.Mac.CoreText
{
[Since(3, 2)]
public enum CTCharacterCollection : ushort
{
IdentityMapping,
AdobeCNS1,
AdobeGB1,
AdobeJapan1,
AdobeJapan2,
AdobeKorea1
}
}