段落分割範囲を返します
解説
段落分割範囲を返します。
Mac OS X v10.4以降使用不可です。
返り値
( NSRange )
引数
フレームワーク
ApplicationKit
クラス
NSATSTypesetter
Instance Methods
使用可能
10.3
参照
-setParagraphGlyphRange:separatorGlyphRange:
-paragraphGlyphRange
例文
NSLog([NSString stringWithFormat:@"%d,%d", [atsTypesetter paragraphSeparatorGlyphRange].location, [atsTypesetter paragraphSeparatorGlyphRange].length] );