how can i set attributes of NSFontPanel?

332 Views Asked by At

How can i set font attributes of NSFontPanel, like color, bold etc ?

1

There are 1 best solutions below

2
On

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.