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:
parent
0d1999d055
commit
0a1bc0d30b
3 changed files with 6 additions and 5 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue