The interface is publicly available since Mac OS X 10.4 Tiger.
Aki
On 2008/03/07, at 12:44, Keith Blount wrote:
Hi,
I have a custom glyph generator that does some custom glyph stuff
(obviously). Setting this up on Leopard is easier - I just call
NSLayoutManager's -setGlyphGenerator: to replace the standard glyph
generator with my own. However, no such method exists on Tiger, and
my application runs on Tiger too. Whilst I could limit the custom
features provided by my glyph generator to Leopard users, I'd really
like it to work on Tiger too.
So, my question is - and I'm guessing this is going to depend on a
text guru coming across this message :) - how do you set a custom
glyph generator in Tiger, before we had -setGlyphGenerator:?