mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-08-27 19:17:05 +08:00
初始化
This commit is contained in:
15
CPF.Mac/Mac/CoreText/CTFontPriority.cs
Normal file
15
CPF.Mac/Mac/CoreText/CTFontPriority.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using CPF.Mac.ObjCRuntime;
|
||||
|
||||
namespace CPF.Mac.CoreText
|
||||
{
|
||||
[Since(3, 2)]
|
||||
public enum CTFontPriority : uint
|
||||
{
|
||||
System = 10000u,
|
||||
Network = 20000u,
|
||||
Computer = 30000u,
|
||||
User = 40000u,
|
||||
Dynamic = 50000u,
|
||||
Process = 60000u
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user