Hi,
I'm trying to add text rendering to a Carbon OpenGL app I'm developing for OS X.
Since the aglUseFont is now deprecated, I'm looking for another way to add text as well as be able to query the glyph properties (i.e. width, height, spacing, etc)
So far I've investigated CoreText and ATSUI but both without much luck.
Please help me!!
Thanks!