I'm creating a Mac OS X app and have some issues about formatting strings on an NSAlert
. I want the informative text to be formatted as follows :
something something something something
-------something bold in the middle---------
other things other things other things
So far I could only separate the lines using \n
statement but I don't know how to make the line in the middle bold and centred. Does anyone have any idea?