Uses of Class
org.apache.fop.fonts.truetype.OFTableName
Packages that use OFTableName
Package
Description
Classes for TrueType fonts.
-
Uses of OFTableName in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts with parameters of type OFTableNameModifier and TypeMethodDescriptionprivate 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, 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, 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, String scriptTag) -
Uses of OFTableName in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as OFTableNameModifier and TypeFieldDescriptionstatic final OFTableName
OFTableName.BASE
Baseline datastatic final OFTableName
OFTableName.CFF
CFF data/static final OFTableName
OFTableName.CMAP
Character to glyph mapping.static final OFTableName
OFTableName.CVT
Control Value Table.static final OFTableName
OFTableName.EBDT
Embedded bitmap data.static final OFTableName
OFTableName.EBLC
Embedded bitmap location data.static final OFTableName
OFTableName.EBSC
Embedded bitmap scaling data.static final OFTableName
OFTableName.FFTM
A FontForge specific table.static final OFTableName
OFTableName.FPGM
Font program.static final OFTableName
OFTableName.GASP
Grid-fitting and scan conversion procedure (grayscale).static final OFTableName
OFTableName.GDEF
Divides glyphs into various classes that make using the GPOS/GSUB tables easier.static final OFTableName
OFTableName.GLYF
Glyph data.static final OFTableName
OFTableName.GPOS
Provides kerning information, mark-to-base, etc.static final OFTableName
OFTableName.GSUB
Provides ligature information, swash, etc.static final OFTableName
OFTableName.HDMX
Horizontal device metrics.static final OFTableName
OFTableName.HEAD
Font header.static final OFTableName
OFTableName.HHEA
Horizontal header.static final OFTableName
OFTableName.HMTX
Horizontal metrics.static final OFTableName
OFTableName.KERN
Kerning.static final OFTableName
OFTableName.LOCA
Index to location.static final OFTableName
OFTableName.LTSH
Linear threshold table.static final OFTableName
OFTableName.MAXP
Maximum profile.static final OFTableName
OFTableName.NAME
Naming table.static final OFTableName
OFTableName.OS2
OS/2 and Windows specific metrics.static final OFTableName
OFTableName.PCLT
PCL 5 data.static final OFTableName
OFTableName.POST
PostScript information.static final OFTableName
OFTableName.PREP
CVT Program.static final OFTableName
OFTableName.SVG
static final OFTableName
OFTableName.TABLE_DIRECTORY
The first table in a TrueType font file containing metadata about other tables.static final OFTableName
OFTableName.VDMX
Vertical Device Metrics table.static final OFTableName
OFTableName.VHEA
Vertical Metrics header.static final OFTableName
OFTableName.VMTX
Vertical Metrics.Fields in org.apache.fop.fonts.truetype with type parameters of type OFTableNameModifier and TypeFieldDescriptionprotected Map<OFTableName,
OFDirTabEntry> OpenFont.dirTabs
Table directoryprotected Map<OFTableName,
OFDirTabEntry> TTFSubSetFile.newDirTabs
The dir tab entries in the new subset font.protected Map<OFTableName,
Integer> TTFSubSetFile.offsets
Methods in org.apache.fop.fonts.truetype that return OFTableNameModifier and TypeMethodDescriptionstatic OFTableName
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 OFTableNameModifier and TypeMethodDescription(package private) SortedSet<Map.Entry<OFTableName,
OFDirTabEntry>> OpenFont.sortDirTabMap
(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 OFTableNameModifier and TypeMethodDescriptionprivate boolean
TTFSubSetFile.copyTable
(FontFileReader in, OFTableName tableName) 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 OFTableNameModifier and TypeMethodDescription(package private) SortedSet<Map.Entry<OFTableName,
OFDirTabEntry>> OpenFont.sortDirTabMap
(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 OFTableNameModifier and TypeMethodDescriptionPCLTTFTableFactory.newInstance
(OFTableName tableName) private PCLTTFTable
PCLTTFFontReader.readFontTable
(OFTableName tableName) private void
PCLTTFFontReader.writeSubsetHMTX
(ByteArrayOutputStream baos, OFTableName table, List<PCLTTFFontReader.TableOffset> tableOffsets, byte[] hmtxTable) private void
PCLTTFFontReader.writeTrueTypeTable
(ByteArrayOutputStream baos, OFTableName table, List<PCLTTFFontReader.TableOffset> tableOffsets)