| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log
Logger instance
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFontReader()
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String[] |
parseArguments(Map options,
String[] args)
Parse commandline arguments.
|
void |
writeFontXML(Document doc,
File target)
Writes the generated DOM Document to a file.
|
void |
writeFontXML(Document doc,
String target)
Writes the generated DOM Document to a file.
|
protected static String[] parseArguments(Map options, String[] args)
options - Map that will receive optionsargs - the command-line argumentspublic void writeFontXML(Document doc, String target) throws TransformerException
doc - The DOM Document to save.target - The target filename for the XML file.TransformerException - if an error occurs during serializationpublic void writeFontXML(Document doc, File target) throws TransformerException
doc - The DOM Document to save.target - The target file for the XML file.TransformerException - if an error occurs during serializationCopyright © 2007-2022. All Rights Reserved.