--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:
dchandler 2003-09-04 05:16:47 +00:00
parent cc615f34df
commit 4abbf6db37
3 changed files with 49 additions and 9 deletions

View file

@ -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) {