28 lines
334 B
C#
28 lines
334 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
|
||
|
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
[Since(3, 2)]
|
||
|
public enum CTFontNameKey
|
||
|
{
|
||
|
Copyright,
|
||
|
Family,
|
||
|
SubFamily,
|
||
|
Style,
|
||
|
Unique,
|
||
|
Full,
|
||
|
Version,
|
||
|
PostScript,
|
||
|
Trademark,
|
||
|
Manufacturer,
|
||
|
Designer,
|
||
|
Description,
|
||
|
VendorUrl,
|
||
|
DesignerUrl,
|
||
|
License,
|
||
|
LicenseUrl,
|
||
|
SampleText,
|
||
|
PostscriptCid
|
||
|
}
|
||
|
}
|