-(float)paragraphSpacingBeforeGlyphAtIndex:(unsigned)glyphIndex: withProposedLineFragmentRect:(NSRect )rect :
解説
調査中...
Mac OS X v10.4以降使用不可です。
引数
( unsigned )glyphIndex
( NSRect )rect
フレームワーク
ApplicationKit
クラス
NSATSTypesetter
Instance Methods
使用可能
10.3
参照
-paragraphSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:
例文
NSLog([NSString stringWithFormat:@"%f", [atsTypesetter paragraphSpacingBeforeGlyphAtIndex:1200 withProposedLineFragmentRect:NSMakeRect(0,0,30,30) ]] );