how can i set attributes of NSFontPanel?
How can i set font attributes开发者_如何学JAVA of NSFontPanel
, like color, bold etc ?
Colors are actually not in the font panel, are they? The font can be changed with this method:
- (void)setPanelFont:(NSFont *)aFont isMultiple:(BOOL)flag
See here.
精彩评论