In the Interface build, I am trying to set the title for NSTextField. This text is static text. Now I want only a portion of text to be in bold. When I select the text and do a bold, the entire title becomes bold. It basically is like all or nothing. Is there a way I can bold only a portion of the text ?.
I am using Xcode version 3.2.5.
You could implement a custom class deriving from
NSValueTransformer. In theInterface Builderyou than can add the CustomValueTransformer to theNSTextField.