Hi 

Ive been  trying to change the font of an NSMenuItem, looking at the source, 
setAttributedTitle is: 

-(void) setAttributedTitle: (NSAttributedString *)title
{
  // FIXME
  [self setTitle: [title string]];
} 

Am i reading this right, is it essentially bypassed ? if so, what is the best 
way to say bold/italic/underline an NSMenuItem ?

Thanks

Aaron

Reply via email to