9 lines
104 B
C#
9 lines
104 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSTextTableLayoutAlgorithm : ulong
|
||
|
{
|
||
|
Automatic,
|
||
|
Fixed
|
||
|
}
|
||
|
}
|