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 voidOTFAdvancedTypographicTableReader.readCommonLayoutTables(OFTableName tableTag, long scriptList, long featureList, long lookupList) Read the common layout tables (used by GSUB and GPOS).private voidOTFAdvancedTypographicTableReader.readFeatureList(OFTableName tableTag, long featureList) private voidOTFAdvancedTypographicTableReader.readFeatureTable(OFTableName tableTag, long featureTable, String featureTag, int featureIndex) private voidOTFAdvancedTypographicTableReader.readGDEFAttachmentTable(OFTableName tableTag, int lookupSequence, long subtableOffset) private voidOTFAdvancedTypographicTableReader.readGDEFClassDefTable(OFTableName tableTag, int lookupSequence, long subtableOffset) private voidOTFAdvancedTypographicTableReader.readGDEFLigatureCaretTable(OFTableName tableTag, int lookupSequence, long subtableOffset) private voidOTFAdvancedTypographicTableReader.readGDEFMarkAttachmentTable(OFTableName tableTag, int lookupSequence, long subtableOffset) private voidOTFAdvancedTypographicTableReader.readGDEFMarkGlyphsTable(OFTableName tableTag, int lookupSequence, long subtableOffset) private voidOTFAdvancedTypographicTableReader.readGDEFMarkGlyphsTableFormat1(OFTableName tableTag, int lookupSequence, long subtableOffset, int subtableFormat) private voidOTFAdvancedTypographicTableReader.readLangSysTable(OFTableName tableTag, long langSysTable, String langSysTag) private voidOTFAdvancedTypographicTableReader.readLookupList(OFTableName tableTag, long lookupList) private voidOTFAdvancedTypographicTableReader.readLookupTable(OFTableName tableTag, int lookupSequence, long lookupTable) private voidOTFAdvancedTypographicTableReader.readScriptList(OFTableName tableTag, long scriptList) private voidOTFAdvancedTypographicTableReader.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 OFTableNameOFTableName.BASEBaseline datastatic final OFTableNameOFTableName.CFFCFF data/static final OFTableNameOFTableName.CMAPCharacter to glyph mapping.static final OFTableNameOFTableName.CVTControl Value Table.static final OFTableNameOFTableName.EBDTEmbedded bitmap data.static final OFTableNameOFTableName.EBLCEmbedded bitmap location data.static final OFTableNameOFTableName.EBSCEmbedded bitmap scaling data.static final OFTableNameOFTableName.FFTMA FontForge specific table.static final OFTableNameOFTableName.FPGMFont program.static final OFTableNameOFTableName.GASPGrid-fitting and scan conversion procedure (grayscale).static final OFTableNameOFTableName.GDEFDivides glyphs into various classes that make using the GPOS/GSUB tables easier.static final OFTableNameOFTableName.GLYFGlyph data.static final OFTableNameOFTableName.GPOSProvides kerning information, mark-to-base, etc.static final OFTableNameOFTableName.GSUBProvides ligature information, swash, etc.static final OFTableNameOFTableName.HDMXHorizontal device metrics.static final OFTableNameOFTableName.HEADFont header.static final OFTableNameOFTableName.HHEAHorizontal header.static final OFTableNameOFTableName.HMTXHorizontal metrics.static final OFTableNameOFTableName.KERNKerning.static final OFTableNameOFTableName.LOCAIndex to location.static final OFTableNameOFTableName.LTSHLinear threshold table.static final OFTableNameOFTableName.MAXPMaximum profile.static final OFTableNameOFTableName.NAMENaming table.static final OFTableNameOFTableName.OS2OS/2 and Windows specific metrics.static final OFTableNameOFTableName.PCLTPCL 5 data.static final OFTableNameOFTableName.POSTPostScript information.static final OFTableNameOFTableName.PREPCVT Program.static final OFTableNameOFTableName.SVGstatic final OFTableNameOFTableName.TABLE_DIRECTORYThe first table in a TrueType font file containing metadata about other tables.static final OFTableNameOFTableName.VDMXVertical Device Metrics table.static final OFTableNameOFTableName.VHEAVertical Metrics header.static final OFTableNameOFTableName.VMTXVertical Metrics.Fields in org.apache.fop.fonts.truetype with type parameters of type OFTableNameModifier and TypeFieldDescriptionprotected Map<OFTableName, OFDirTabEntry> OpenFont.dirTabsTable directoryprotected Map<OFTableName, OFDirTabEntry> TTFSubSetFile.newDirTabsThe dir tab entries in the new subset font.protected Map<OFTableName, Integer> TTFSubSetFile.offsetsMethods in org.apache.fop.fonts.truetype that return OFTableNameModifier and TypeMethodDescriptionstatic OFTableNameReturns 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 booleanTTFSubSetFile.copyTable(FontFileReader in, OFTableName tableName) OpenFont.getDirectoryEntry(OFTableName name) Obtain directory table entry.booleanOpenFont.seekTab(FontFileReader in, OFTableName tableName, long offset) Position inputstream to position indicated in the dirtab offset + offsetprotected voidTTFSubSetFile.updateCheckSum(int tableStart, int tableSize, OFTableName tableName) private voidTTFSubSetFile.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 PCLTTFTablePCLTTFFontReader.readFontTable(OFTableName tableName) private voidPCLTTFFontReader.writeSubsetHMTX(ByteArrayOutputStream baos, OFTableName table, List<PCLTTFFontReader.TableOffset> tableOffsets, byte[] hmtxTable) private voidPCLTTFFontReader.writeTrueTypeTable(ByteArrayOutputStream baos, OFTableName table, List<PCLTTFFontReader.TableOffset> tableOffsets)