mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-08-28 03:27:04 +08:00
初始化
This commit is contained in:
13
CPF.Mac/Mac/CoreText/CTFontTableOptions.cs
Normal file
13
CPF.Mac/Mac/CoreText/CTFontTableOptions.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using CPF.Mac.ObjCRuntime;
|
||||
using System;
|
||||
|
||||
namespace CPF.Mac.CoreText
|
||||
{
|
||||
[Since(3, 2)]
|
||||
[Flags]
|
||||
public enum CTFontTableOptions : uint
|
||||
{
|
||||
None = 0x0,
|
||||
ExcludeSynthetic = 0x1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user