Jskad now ships with both TibetanMachine and TibetanMachineWeb fonts

by default, not just TMW.  Thus users need not install these fonts on their
systems.
This commit is contained in:
dchandler 2003-07-05 18:00:29 +00:00
parent 9effee0564
commit a463b686b3
5 changed files with 46 additions and 41 deletions

View file

@ -37,7 +37,7 @@ public class ConverterGUI implements FontConversion, FontConverterConstants {
public static void main(String[] args) {
// No need for the TM or TMW fonts.
System.setProperty("thdl.rely.on.system.tmw.fonts", "true");
System.setProperty("thdl.do.not.rely.on.system.tm.fonts", "false");
System.setProperty("thdl.rely.on.system.tm.fonts", "true");
System.exit(realMain(args, System.out, null));
}

View file

@ -47,7 +47,7 @@ public class TibetanConverter implements FontConverterConstants {
static {
// No need for the TM or TMW fonts.
System.setProperty("thdl.rely.on.system.tmw.fonts", "true");
System.setProperty("thdl.do.not.rely.on.system.tm.fonts", "false");
System.setProperty("thdl.rely.on.system.tm.fonts", "true");
}
/**