.ttf font file supports OpenType features better than .otf for XeLaTeX..

svn path=/nixpkgs/trunk/; revision=11744
This commit is contained in:
Michael Raskin 2008-04-29 01:38:46 +00:00
parent 36afa85e4d
commit 1d06f6f78e

View File

@ -11,7 +11,6 @@ rec {
/* doConfigure should be specified separately */
phaseNames = ["doUnpack" "generateFontsFromSFD" "installFonts"];
createTTF=false;
extraFontForgeCommands = ''
ScaleToEm(1000);
'';