static var usesLineFragmentOrigin : NSStringDrawingOptions
Uses the line fragment origin instead of the baseline origin.
行断片原点を使います、ベースライン原点の代わりに。
static var usesFontLeading : NSStringDrawingOptions
Uses the font leading for calculating line heights.
行の高さを計算するためにフォントレディングを使います。
static var usesDeviceMetrics : NSStringDrawingOptions
Uses image glyph bounds instead of typographic bounds.
イメージグリフ境界を使います、タイポグラフィック境界の代わりに。
static var truncatesLastVisibleLine : NSStringDrawingOptions
Truncates and adds the ellipsis character to the last visible line if the text doesn't fit into the specified bounds.
最後の可視の行を切り詰めて省略文字を加えます、もしテキストがこの指定された境界に収まらないならば。
static var disableScreenFontSubstitution : NSString.DrawingOptions
An option that disables screen font substitution.
あるオプション、それはスクリーンフォント置換を使用不可にします。
static var oneShot : NSString.DrawingOptions
Suppresses caching layout information.
レイアウト情報のキャッシュを抑制します。