Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置字体属性NSFontPanel,如颜色、粗体等?
NSFontPanel
颜色实际上不在字体面板中,是吗?可以使用以下方法更改字体:
- (void)setPanelFont:(NSFont *)aFont isMultiple:(BOOL)flag
见这里。