macOS/iOS API解説

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

目次

setIntAttribute:value:forGlyphAtIndex:

-(void)setIntAttribute:(int)attributeTag:
      value:(int)val:
      forGlyphAtIndex:(unsigned)glyphIndex :

解説

属性をセットする
【NSGlyphInscription】
NSGlyphInscribeBase
NSGlyphInscribeBelow
NSGlyphInscribeAbove
NSGlyphInscribeOverstrike
NSGlyphInscribeOverBelow

返り値

( void )

なし

引数

( int )attributeTag
( int )val
( unsigned )glyphIndex 

フレームワーク

ApplicationKit

クラス

NSGlyphStorage

Instance Methods

使用可能

10.3

参照

例文