Re: Small caps in NSTextView

2010-07-22 Thread vincent habchi
Ross, thanks a lot for your hints. > Small caps is not a trivial thing to implement, especially if you care about > how they look. Not too much. I just want to dynamically highlight keywords in a SQL sentence (e.g. out of "select * from" -> "SELECT * FROM"). My present solution is to get the

Re: Small caps in NSTextView

2010-07-22 Thread Ross Carter
On Jul 22, 2010, at 11:44 AM, Vincent Habchi wrote: > I'd like to highlight some text in a NSTextView by showing it in small caps. > It seems this is not a standard text attribute, so this is not possible > unless changing [NSTextView string] contents. Is this right? No, you do not have to modi

Small caps in NSTextView

2010-07-22 Thread Vincent Habchi
Hi! I'd like to highlight some text in a NSTextView by showing it in small caps. It seems this is not a standard text attribute, so this is not possible unless changing [NSTextView string] contents. Is this right? Thanks! Vincent___ Cocoa-dev mailing