Am 2006-11-12 um 22:17 schrieb Pablo Rodríguez: > I'm using XeTeX one of the features that I miss at most from XeLaTeX > (from fontspec), is the possibility to set automatically the > scaling of > fonts so that they match the lowercase or uppercase letters of the > roman > font. I wonder whether there is something similar for ConTeXt.
I never tried XeTeX, but the relative scaling of fonts is setup in typescripts, e.g. \starttypescript [postscript] [texnansi,ec,8r] \definetypeface [postscript] [rm] [serif] [times] [default] [encoding=\typescripttwo] \definetypeface [postscript] [mm] [math] [times] [default] \definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=.9,encoding=\typescripttwo] \definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1,encoding=\typescripttwo] \stoptypescript Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://contextgarden.net http://www.cacert.org (I'm an assurer) _______________________________________________ ntg-context mailing list [email protected] http://www.ntg.nl/mailman/listinfo/ntg-context
