NSGlyphInfo:glyphInfoWithGlyphName:forFont:baseString:
Home 目次>ApplicationKit>NSGlyphInfo
10.2

glyphInfoWithGlyphName:forFont:baseString:

グリフ名からglyphInfoを返します


+(NSGlyphInfo *) glyphInfoWithGlyphName:(NSString *)glyphName
   forFont:(NSFont *)font
   baseString:(NSString *)theString


【返り値】
   NSGlyphInfo *なし
【パラメータ】
   glyphName
   font
   theString


【解説】

グリフ名からglyphInfoを返します。



【例文】


NSGlyphInfo *info3 = [NSGlyphInfo glyphInfoWithGlyphName: @"name"
forFont:[NSFont fontWithName:
@"Osaka" size: 36 ]
baseString:NSLocalizedString(
@"a" , @"" )
];


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

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

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

良い 

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

Home 目次>ApplicationKit>NSGlyphInfo
修正日2006.12.26