mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-08-28 11:37:04 +08:00
初始化
This commit is contained in:
15
CPF.Mac/Mac/CoreText/CTFontDescriptorMatchingState.cs
Normal file
15
CPF.Mac/Mac/CoreText/CTFontDescriptorMatchingState.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace CPF.Mac.CoreText
|
||||
{
|
||||
public enum CTFontDescriptorMatchingState : uint
|
||||
{
|
||||
Started,
|
||||
Finished,
|
||||
WillBeginQuerying,
|
||||
Stalled,
|
||||
WillBeginDownloading,
|
||||
Downloading,
|
||||
DownloadingFinished,
|
||||
Matched,
|
||||
FailedWithError
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user