开发者

how can i set attributes of NSFontPanel?

开发者 https://www.devze.com 2023-01-13 22:08 出处:网络
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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消