how can i set attributes of NSFontPanel?

323 views Asked by At

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

1

There are 1 answers

2
Max Seelemann 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.