| 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 java.lang.String[] |
parseArguments(java.util.Map options,
java.lang.String[] args)
Parse commandline arguments.
|
void |
writeFontXML(org.w3c.dom.Document doc,
java.io.File target)
Writes the generated DOM Document to a file.
|
void |
writeFontXML(org.w3c.dom.Document doc,
java.lang.String target)
Writes the generated DOM Document to a file.
|
protected static java.lang.String[] parseArguments(java.util.Map options,
java.lang.String[] args)
options - Map that will receive optionsargs - the command-line argumentspublic void writeFontXML(org.w3c.dom.Document doc,
java.lang.String target)
throws javax.xml.transform.TransformerException
doc - The DOM Document to save.target - The target filename for the XML file.javax.xml.transform.TransformerException - if an error occurs during serializationpublic void writeFontXML(org.w3c.dom.Document doc,
java.io.File target)
throws javax.xml.transform.TransformerException
doc - The DOM Document to save.target - The target file for the XML file.javax.xml.transform.TransformerException - if an error occurs during serializationCopyright © 2007–2023. All rights reserved.