How can i set font attributes of NSFontPanel, like color, bold etc ?
            Asked
            
        
        
            Active
            
        
            Viewed 310 times
        
    1
            
            
        
        cacau
        
- 3,606
 - 3
 - 21
 - 42
 
        Richa Vijayvargiya
        
- 209
 - 1
 - 3
 - 6
 
1 Answers
0
            
            
        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.
        Max Seelemann
        
- 9,344
 - 4
 - 34
 - 40
 
- 
                    Yeah.NSColorPanel is different..I am saying that I have option to change color of font in NSFontPanel. – Richa Vijayvargiya Aug 27 '10 at 10:36
 - 
                    Yep. But changing this heavily depends on the context you're in. You need to concretize your question then... – Max Seelemann Aug 27 '10 at 11:09