disabling ligatures & implicit font changes
disabling ligatures & implicit font changes
- Subject: disabling ligatures & implicit font changes
- From: Cryx <email@hidden>
- Date: Sat, 4 May 2002 23:38:51 -0500
How can one disable ligatures in a text view? I tried sending the view
the "turnOffLigatures:" selector, but that didn't work. I tried
applying attribute NSLigatureAttributeName with value 0 to the
attributed strings, but that doesn't work either.
Unless I explicitly set the attribute NSFontAttributeName on all
attributed strings that I append to the view, certain characters
(probably unrenderable in the current font, but that's fine in my case)
will cause unwanted font changes to dark gray "Hiragino Kaku Gothic
Pro"?! What is the best and/or most efficient way to prevent this
behaviour?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.