CPF/CPF.Mac/Mac/CoreText/CTLigatureFormation.cs
2023-11-21 23:05:03 +08:00

13 lines
144 B
C#

using CPF.Mac.ObjCRuntime;
namespace CPF.Mac.CoreText
{
[Since(3, 2)]
public enum CTLigatureFormation
{
Essential,
Standard,
All
}
}