[XeTeX] Building xetex issues?
Peter Dyballa
Peter_Dyballa at Web.DE
Mon May 10 18:15:46 CEST 2010
Am 10.05.2010 um 13:04 schrieb Jonathan Kew:
> And such a version will no longer run on 10.3.9 or 10.4, so there's
> a price to pay for moving to the newer APIs.
The microtype/HZ enhanced version already does not compile with Tiger
and Jaguar support: the functions CGFontGetGlyphWithGlyphName and
CGFontCopyGlyphNameForGlyph are both Leopards only. They are used in
XeTeX_mac.c:
495 if (&CGFontGetGlyphWithGlyphName == NULL)
509 rval = CGFontGetGlyphWithGlyphName(cgfont, glyphname);
565 if (&CGFontCopyGlyphNameForGlyph == NULL)
574 CFStringRef glyphname = CGFontCopyGlyphNameForGlyph(cgfont,
gid);
--
Greetings
Pete
There's no place like ~
– (UNIX Guru)
More information about the XeTeX
mailing list