Uses of Class
org.apache.fop.fonts.truetype.OFTableName
-
Packages that use OFTableName Package Description org.apache.fop.complexscripts.fonts org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.pcl.fonts.truetype -
-
Uses of OFTableName in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts with parameters of type OFTableName Modifier and Type Method Description private void
OTFAdvancedTypographicTableReader. readCommonLayoutTables(OFTableName tableTag, long scriptList, long featureList, long lookupList)
Read the common layout tables (used by GSUB and GPOS).private void
OTFAdvancedTypographicTableReader. readFeatureList(OFTableName tableTag, long featureList)
private void
OTFAdvancedTypographicTableReader. readFeatureTable(OFTableName tableTag, long featureTable, java.lang.String featureTag, int featureIndex)
private void
OTFAdvancedTypographicTableReader. readGDEFAttachmentTable(OFTableName tableTag, int lookupSequence, long subtableOffset)
private void
OTFAdvancedTypographicTableReader. readGDEFClassDefTable(OFTableName tableTag, int lookupSequence, long subtableOffset)
private void
OTFAdvancedTypographicTableReader. readGDEFLigatureCaretTable(OFTableName tableTag, int lookupSequence, long subtableOffset)
private void
OTFAdvancedTypographicTableReader. readGDEFMarkAttachmentTable(OFTableName tableTag, int lookupSequence, long subtableOffset)
private void
OTFAdvancedTypographicTableReader. readGDEFMarkGlyphsTable(OFTableName tableTag, int lookupSequence, long subtableOffset)
private void
OTFAdvancedTypographicTableReader. readGDEFMarkGlyphsTableFormat1(OFTableName tableTag, int lookupSequence, long subtableOffset, int subtableFormat)
private void
OTFAdvancedTypographicTableReader. readLangSysTable(OFTableName tableTag, long langSysTable, java.lang.String langSysTag)
private void
OTFAdvancedTypographicTableReader. readLookupList(OFTableName tableTag, long lookupList)
private void
OTFAdvancedTypographicTableReader. readLookupTable(OFTableName tableTag, int lookupSequence, long lookupTable)
private void
OTFAdvancedTypographicTableReader. readScriptList(OFTableName tableTag, long scriptList)
private void
OTFAdvancedTypographicTableReader. readScriptTable(OFTableName tableTag, long scriptTable, java.lang.String scriptTag)
-
Uses of OFTableName in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as OFTableName Modifier and Type Field Description static OFTableName
OFTableName. BASE
Baseline datastatic OFTableName
OFTableName. CFF
CFF data/static OFTableName
OFTableName. CMAP
Character to glyph mapping.static OFTableName
OFTableName. CVT
Control Value Table.static OFTableName
OFTableName. EBDT
Embedded bitmap data.static OFTableName
OFTableName. EBLC
Embedded bitmap location data.static OFTableName
OFTableName. EBSC
Embedded bitmap scaling data.static OFTableName
OFTableName. FFTM
A FontForge specific table.static OFTableName
OFTableName. FPGM
Font program.static OFTableName
OFTableName. GASP
Grid-fitting and scan conversion procedure (grayscale).static OFTableName
OFTableName. GDEF
Divides glyphs into various classes that make using the GPOS/GSUB tables easier.static OFTableName
OFTableName. GLYF
Glyph data.static OFTableName
OFTableName. GPOS
Provides kerning information, mark-to-base, etc.static OFTableName
OFTableName. GSUB
Provides ligature information, swash, etc.static OFTableName
OFTableName. HDMX
Horizontal device metrics.static OFTableName
OFTableName. HEAD
Font header.static OFTableName
OFTableName. HHEA
Horizontal header.static OFTableName
OFTableName. HMTX
Horizontal metrics.static OFTableName
OFTableName. KERN
Kerning.static OFTableName
OFTableName. LOCA
Index to location.static OFTableName
OFTableName. LTSH
Linear threshold table.static OFTableName
OFTableName. MAXP
Maximum profile.static OFTableName
OFTableName. NAME
Naming table.static OFTableName
OFTableName. OS2
OS/2 and Windows specific metrics.static OFTableName
OFTableName. PCLT
PCL 5 data.static OFTableName
OFTableName. POST
PostScript information.static OFTableName
OFTableName. PREP
CVT Program.static OFTableName
OFTableName. SVG
static OFTableName
OFTableName. TABLE_DIRECTORY
The first table in a TrueType font file containing metadata about other tables.static OFTableName
OFTableName. VDMX
Vertical Device Metrics table.static OFTableName
OFTableName. VHEA
Vertical Metrics header.static OFTableName
OFTableName. VMTX
Vertical Metrics.Fields in org.apache.fop.fonts.truetype with type parameters of type OFTableName Modifier and Type Field Description protected java.util.Map<OFTableName,OFDirTabEntry>
OpenFont. dirTabs
Table directoryprotected java.util.Map<OFTableName,OFDirTabEntry>
TTFSubSetFile. newDirTabs
The dir tab entries in the new subset font.protected java.util.Map<OFTableName,java.lang.Integer>
TTFSubSetFile. offsets
Methods in org.apache.fop.fonts.truetype that return OFTableName Modifier and Type Method Description static OFTableName
OFTableName. getValue(java.lang.String tableName)
Returns an instance of this class corresponding to the given string representation.Methods in org.apache.fop.fonts.truetype that return types with arguments of type OFTableName Modifier and Type Method Description (package private) java.util.SortedSet<java.util.Map.Entry<OFTableName,OFDirTabEntry>>
OpenFont. sortDirTabMap(java.util.Map<OFTableName,OFDirTabEntry> directoryTabs)
Returns the order in which the tables in a TrueType font should be written to file.Methods in org.apache.fop.fonts.truetype with parameters of type OFTableName Modifier and Type Method Description private boolean
TTFSubSetFile. copyTable(FontFileReader in, OFTableName tableName)
OFDirTabEntry
OpenFont. getDirectoryEntry(OFTableName name)
Obtain directory table entry.boolean
OpenFont. seekTab(FontFileReader in, OFTableName tableName, long offset)
Position inputstream to position indicated in the dirtab offset + offsetprotected void
TTFSubSetFile. updateCheckSum(int tableStart, int tableSize, OFTableName tableName)
private void
TTFSubSetFile. writeTableName(OFTableName tableName)
Method parameters in org.apache.fop.fonts.truetype with type arguments of type OFTableName Modifier and Type Method Description (package private) java.util.SortedSet<java.util.Map.Entry<OFTableName,OFDirTabEntry>>
OpenFont. sortDirTabMap(java.util.Map<OFTableName,OFDirTabEntry> directoryTabs)
Returns the order in which the tables in a TrueType font should be written to file. -
Uses of OFTableName in org.apache.fop.render.pcl.fonts.truetype
Methods in org.apache.fop.render.pcl.fonts.truetype with parameters of type OFTableName Modifier and Type Method Description PCLTTFTable
PCLTTFTableFactory. newInstance(OFTableName tableName)
private PCLTTFTable
PCLTTFFontReader. readFontTable(OFTableName tableName)
private void
PCLTTFFontReader. writeSubsetHMTX(java.io.ByteArrayOutputStream baos, OFTableName table, java.util.List<PCLTTFFontReader.TableOffset> tableOffsets, byte[] hmtxTable)
private void
PCLTTFFontReader. writeTrueTypeTable(java.io.ByteArrayOutputStream baos, OFTableName table, java.util.List<PCLTTFFontReader.TableOffset> tableOffsets)
-