13 lines
153 B
C#
13 lines
153 B
C#
![]() |
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
public enum CTBaselineClass
|
||
|
{
|
||
|
Roman,
|
||
|
IdeographicCentered,
|
||
|
IdeographicLow,
|
||
|
IdeographicHigh,
|
||
|
Hanging,
|
||
|
Math
|
||
|
}
|
||
|
}
|