I'm developing an iMessage extension that makes some ASCII art out of text entered by the user. It needs to set the message text to a fixed-width font to look correctly. Does anyone know how to get MSConversation (insertText) or MSMessage to utilize a fixed-width font with a string?
Thanks.