mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-17 10:42:00 +08:00
16 lines
206 B
C#
16 lines
206 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
|
||
|
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
[Since(3, 2)]
|
||
|
public enum CTFontFormat : uint
|
||
|
{
|
||
|
Unrecognized,
|
||
|
OpenTypePostScript,
|
||
|
OpenTypeTrueType,
|
||
|
TrueType,
|
||
|
PostScript,
|
||
|
Bitmap
|
||
|
}
|
||
|
}
|