| Package | Description |
|---|---|
| org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
| org.apache.fontbox.ttf.gsub |
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
|
| org.apache.fontbox.ttf.model |
This package contains a more logical model for the various font tables like GSUB.
|
| Modifier and Type | Method and Description |
|---|---|
GsubData |
TrueTypeFont.getGsubData() |
GsubData |
GlyphSubstitutionTable.getGsubData() |
| Modifier and Type | Method and Description |
|---|---|
GsubData |
GlyphSubstitutionDataExtractor.getGsubData(Map<String,ScriptTable> scriptList,
FeatureListTable featureListTable,
LookupListTable lookupListTable) |
| Modifier and Type | Method and Description |
|---|---|
GsubWorker |
GsubWorkerFactory.getGsubWorker(CmapLookup cmapLookup,
GsubData gsubData) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapBackedGsubData
|
| Modifier and Type | Field and Description |
|---|---|
static GsubData |
GsubData.NO_DATA_FOUND
To be used when there is no GSUB data available
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.