public class TTFReader extends AbstractFontReader
| Modifier and Type | Field and Description |
|---|---|
static int |
METRICS_VERSION
Current version number for the metrics file
|
static String |
METRICS_VERSION_ATTR
Used to detect incompatible versions of the generated XML files
|
log| Constructor and Description |
|---|
TTFReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkMetricsVersion(Attributes attr)
Bugzilla 40739, check that attr has a metrics-version attribute
compatible with ours.
|
parseArgumentspublic static final String METRICS_VERSION_ATTR
public static final int METRICS_VERSION
public static void checkMetricsVersion(Attributes attr) throws SAXException
attr - attributes read from the root element of a metrics XML fileSAXException - if incompatibleCopyright © 2007-2020. All Rights Reserved.