Hello, I just wanted to let you know that XeTeX now supports both faking bold and slanted (and the binaries on the garden minimals have that feature already). It's generally a bad idea to use it, but in case that you need it only for small portions of text (if you really have no other way out), it could be handy. (Slanted is less evil to use than "bold".) The plain syntax is: \font\a="Gentium" \font\b="Gentium:slant=0.2" % better: \font\b="Gentium/I" \font\c="Gentium:embolden=2" \font\d="Gentium:embolden=2;slant=0.2" Some time ago I have posted an example of the (current?) ConTeXt way to use it: \definefontfeature [slantedandextended] % cloned from the rest of XeTeX, not really needed [method=node,script=latn,language=dflt,liga=yes,onum=yes,kern=yes, slant=0.25,extend=1.5] \definefontsynonym [myfont] [file:texgyrepagella-regular][features=slantedandextended] \starttext \definedfont[myfont] This is slanted and extended \stoptext Also, I would be greatful if any mac ppc user could provide feedback whether the cross-compiled xetex binaries on http://minimals.contextgarden.net/current/bin/xetex/osx-ppc/bin/ work ok. Thanks, Mojca