public final class NSTextLayoutFragmentState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CalculatedUsageBounds
layout fragment measurements available without textLineFragments
|
static long |
EstimatedUsageBounds
When associated with NSTextLayoutManager, filled with an estimated rect if no layout
|
static long |
LayoutAvailable
textLineFragments and layout fragment measurements available
|
static long |
None
No layout information
|
public static final long None
public static final long EstimatedUsageBounds
public static final long CalculatedUsageBounds
public static final long LayoutAvailable