12 lines
127 B
C#
12 lines
127 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSGlyphInscription : ulong
|
||
|
{
|
||
|
Base,
|
||
|
Below,
|
||
|
Above,
|
||
|
Overstrike,
|
||
|
OverBelow
|
||
|
}
|
||
|
}
|