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:
parent
9effee0564
commit
a463b686b3
5 changed files with 46 additions and 41 deletions
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue