--to-acip-text and --to-wylie-text added; these get you text files,
not RTF files like --to-acip and --to-wylie do. The GUI converter doesn't yet allow you to get text files.
This commit is contained in:
parent
cc615f34df
commit
4abbf6db37
3 changed files with 49 additions and 9 deletions
|
@ -56,6 +56,7 @@ public class ConverterGUI implements FontConversion, FontConverterConstants {
|
|||
ps = new PrintStream(new FileOutputStream(newFile),
|
||||
false),
|
||||
whichConversion,
|
||||
false, // DLC FIXME add a checkbox
|
||||
warningLevel);
|
||||
ps.close();
|
||||
} catch (FileNotFoundException e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue