macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

boundingBoxForControlGlyphAtIndex:forTextContainer:proposedLineFragment:glyphPosition:characterIndex:

制御文字があった時に呼び出される
-(NSRect)boundingBoxForControlGlyphAtIndex:(unsigned)glyphIndex:
           forTextContainer:(NSTextContainer *)textContainer:
           proposedLineFragment:(NSRect)proposedRect:
           glyphPosition:(NSPoint)glyphPosition:
           characterIndex:(unsigned)charIndex:

解説

調査中...

返り値

( NSRect )

なし

引数

( unsigned )glyphIndex
( NSTextContainer * )textContainer
( NSRect )proposedRect
( NSPoint )glyphPosition
( unsigned )charIndex

フレームワーク

ApplicationKit

クラス

NSTypesetter

Instance Methods

使用可能

10.4

参照

例文