Uses of Class
org.apache.fop.fonts.truetype.FontFileReader
Packages that use FontFileReader
Package
Description
Classes for TrueType fonts.
-
Uses of FontFileReader in org.apache.fop.complexscripts.fonts
Constructors in org.apache.fop.complexscripts.fonts with parameters of type FontFileReaderModifierConstructorDescriptionConstruct anOTFAdvancedTypographicTableReader
instance. -
Uses of FontFileReader in org.apache.fop.fonts.cff
Constructors in org.apache.fop.fonts.cff with parameters of type FontFileReaderModifierConstructorDescriptionCFFDataReader
(FontFileReader fontFile) Constructor for the CFF data reader which accepts a FontFileReader object which points to the original font file as an argument. -
Uses of FontFileReader in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as FontFileReaderModifier and TypeFieldDescriptionprotected FontFileReader
OpenFont.fontFile
The FontFileReader used to read this TrueType font.Methods in org.apache.fop.fonts.truetype with parameters of type FontFileReaderModifier and TypeMethodDescriptionprotected boolean
TTFSubSetFile.createCvt
(FontFileReader in) Copy the cvt table as is from original font to subset fontprotected boolean
TTFSubSetFile.createFpgm
(FontFileReader in) Copy the fpgm table as is from original font to subset fontprotected void
TTFSubSetFile.createHead
(FontFileReader in) Copy the head table as is from original font to subset font and set indexToLocaFormat to long and set checkSumAdjustment to 0, store offset to checkSumAdjustment in checkSumAdjustmentOffsetprotected void
TTFSubSetFile.createHhea
(FontFileReader in, int size) Copy the hhea table as is from original font to subset font and fill in size of hmtx tableprotected void
TTFSubSetFile.createHmtx
(FontFileReader in, Map<Integer, Integer> glyphs) Create the hmtx table by copying metrics from original font to subset font.protected void
TTFSubSetFile.createMaxp
(FontFileReader in, int size) Copy the maxp table as is from original font to subset font and set num glyphs to sizeprotected boolean
TTFSubSetFile.createName
(FontFileReader in) Copy the name table as is from the original.protected boolean
TTFSubSetFile.createOS2
(FontFileReader in) Copy the OS/2 table as is from the original.protected void
TTFSubSetFile.createPost
(FontFileReader in) protected boolean
TTFSubSetFile.createPrep
(FontFileReader in) Copy the prep table as is from original font to subset fontstatic byte[]
OTFFile.getCFFData
(FontFileReader fontFile) Reads the CFFData from a given font fileOpenFont.getTTCnames
(FontFileReader in) Return TTC font namesprotected void
OpenFont.handleCharacterSpacing
(FontFileReader in) protected abstract void
OpenFont.initializeFont
(FontFileReader in) protected void
OTFFile.initializeFont
(FontFileReader in) protected void
TTFFile.initializeFont
(FontFileReader in) OFDirTabEntry.read
(FontFileReader in) Read Dir Tab.void
OpenFont.readFont
(FontFileReader in, String header) Reads the font using a FontFileReader.boolean
OpenFont.readFont
(FontFileReader in, String header, String name) Read the font data.void
OpenFont.readFont
(FontFileReader in, String header, MultiByteFont mbfont) Reads a font.void
OTFSubSetFile.readFont
(FontFileReader in, String embeddedName, MultiByteFont mbFont) void
Reads a font and creates a subset of the font.static String
OFFontLoader.readHeader
(FontFileReader fontFile) protected void
TTFSubSetFile.scanGlyphs
(FontFileReader in, Map<Integer, Integer> subsetGlyphs) boolean
OpenFont.seekTab
(FontFileReader in, OFTableName tableName, long offset) Position inputstream to position indicated in the dirtab offset + offsetConstructors in org.apache.fop.fonts.truetype with parameters of type FontFileReaderModifierConstructorDescriptionGlyfTable
(FontFileReader in, OFMtxEntry[] metrics, OFDirTabEntry dirTableEntry, Map<Integer, Integer> glyphs) -
Uses of FontFileReader in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as FontFileReaderMethods in org.apache.fop.render.pcl.fonts that return FontFileReaderModifier and TypeMethodDescriptionabstract FontFileReader
PCLFontReader.getFontFileReader()
PCLSoftFont.getReader()
Methods in org.apache.fop.render.pcl.fonts with parameters of type FontFileReader -
Uses of FontFileReader in org.apache.fop.render.pcl.fonts.truetype
Fields in org.apache.fop.render.pcl.fonts.truetype declared as FontFileReaderModifier and TypeFieldDescriptionprotected FontFileReader
PCLTTFFontReader.reader
protected FontFileReader
PCLTTFTable.reader
Methods in org.apache.fop.render.pcl.fonts.truetype that return FontFileReaderMethods in org.apache.fop.render.pcl.fonts.truetype with parameters of type FontFileReaderModifier and TypeMethodDescriptionstatic PCLTTFTableFactory
PCLTTFTableFactory.getInstance
(FontFileReader reader) protected void
PCLTTFTable.skipByte
(FontFileReader reader, int skips) protected void
PCLTTFTable.skipLong
(FontFileReader reader, int skips) protected void
PCLTTFTable.skipShort
(FontFileReader reader, int skips) Constructors in org.apache.fop.render.pcl.fonts.truetype with parameters of type FontFileReader