public final class NSStringDrawingOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
TruncatesLastVisibleLine
Truncates and adds the ellipsis character to the last visible line if the text doesn't fit into the bounds specified.
|
static long |
UsesDeviceMetrics
Uses image glyph bounds instead of typographic bounds
|
static long |
UsesFontLeading
Uses the font leading for calculating line heights
|
static long |
UsesLineFragmentOrigin
The specified origin is the line fragment origin, not the base line origin
|
public static final long UsesLineFragmentOrigin
public static final long UsesFontLeading
public static final long UsesDeviceMetrics
public static final long TruncatesLastVisibleLine