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 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, java.lang.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, java.lang.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, 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 OFTableNameOFTableName. BASEBaseline datastatic OFTableNameOFTableName. CFFCFF data/static OFTableNameOFTableName. CMAPCharacter to glyph mapping.static OFTableNameOFTableName. CVTControl Value Table.static OFTableNameOFTableName. EBDTEmbedded bitmap data.static OFTableNameOFTableName. EBLCEmbedded bitmap location data.static OFTableNameOFTableName. EBSCEmbedded bitmap scaling data.static OFTableNameOFTableName. FFTMA FontForge specific table.static OFTableNameOFTableName. FPGMFont program.static OFTableNameOFTableName. GASPGrid-fitting and scan conversion procedure (grayscale).static OFTableNameOFTableName. GDEFDivides glyphs into various classes that make using the GPOS/GSUB tables easier.static OFTableNameOFTableName. GLYFGlyph data.static OFTableNameOFTableName. GPOSProvides kerning information, mark-to-base, etc.static OFTableNameOFTableName. GSUBProvides ligature information, swash, etc.static OFTableNameOFTableName. HDMXHorizontal device metrics.static OFTableNameOFTableName. HEADFont header.static OFTableNameOFTableName. HHEAHorizontal header.static OFTableNameOFTableName. HMTXHorizontal metrics.static OFTableNameOFTableName. KERNKerning.static OFTableNameOFTableName. LOCAIndex to location.static OFTableNameOFTableName. LTSHLinear threshold table.static OFTableNameOFTableName. MAXPMaximum profile.static OFTableNameOFTableName. NAMENaming table.static OFTableNameOFTableName. OS2OS/2 and Windows specific metrics.static OFTableNameOFTableName. PCLTPCL 5 data.static OFTableNameOFTableName. POSTPostScript information.static OFTableNameOFTableName. PREPCVT Program.static OFTableNameOFTableName. SVGstatic OFTableNameOFTableName. TABLE_DIRECTORYThe first table in a TrueType font file containing metadata about other tables.static OFTableNameOFTableName. VDMXVertical Device Metrics table.static OFTableNameOFTableName. VHEAVertical Metrics header.static OFTableNameOFTableName. VMTXVertical 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. dirTabsTable directoryprotected java.util.Map<OFTableName,OFDirTabEntry>TTFSubSetFile. newDirTabsThe dir tab entries in the new subset font.protected java.util.Map<OFTableName,java.lang.Integer>TTFSubSetFile. offsetsMethods in org.apache.fop.fonts.truetype that return OFTableName Modifier and Type Method Description static OFTableNameOFTableName. 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 booleanTTFSubSetFile. copyTable(FontFileReader in, OFTableName tableName)OFDirTabEntryOpenFont. 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 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 PCLTTFTablePCLTTFTableFactory. newInstance(OFTableName tableName)private PCLTTFTablePCLTTFFontReader. readFontTable(OFTableName tableName)private voidPCLTTFFontReader. writeSubsetHMTX(java.io.ByteArrayOutputStream baos, OFTableName table, java.util.List<PCLTTFFontReader.TableOffset> tableOffsets, byte[] hmtxTable)private voidPCLTTFFontReader. writeTrueTypeTable(java.io.ByteArrayOutputStream baos, OFTableName table, java.util.List<PCLTTFFontReader.TableOffset> tableOffsets)
-