getWylie now takes a parameter for error detection; I'm not detecting errors

here though.

Fixed a typo in a property name.
This commit is contained in:
dchandler 2003-07-01 23:20:08 +00:00
parent 0d1999d055
commit 0a1bc0d30b
3 changed files with 6 additions and 5 deletions

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.tmw.fonts", "false");
System.setProperty("thdl.do.not.rely.on.system.tm.fonts", "false");
}
/**