NSATSTypesetter:setAttributedString:
Home 目次>ApplicationKit>NSATSTypesetter
10.3

setAttributedString:

属性付き文字列をセットします


-(void) setAttributedString:(NSAttributedString *)attrString


【返り値】
   voidなし
【パラメータ】
   attrString


【解説】

属性付き文字列をセットします。
Mac OS X v10.4 以降使用不可です。



【例文】


NSAttributedString *aString1;
aString1 = [[NSAttributedString alloc] initWithString:
@"string" ];

[atsTypesetter setAttributedString:aString1];


(C) 2000-2007 Satoshi Oomori.
[Apple]

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

この記事を評価してください。 

良い 

間違いがある 説明がわかりにくい 例文がわかりにくい  

Home 目次>ApplicationKit>NSATSTypesetter
修正日2007.4.11