Uses of Class
org.apache.fontbox.ttf.TTFDataStream
Packages that use TTFDataStream
-
Uses of TTFDataStream in org.apache.fontbox.ttf
Subclasses of TTFDataStream in org.apache.fontbox.ttfModifier and TypeClassDescriptionclassAn interface into a data stream.classAn implementation of the TTFDataStream that goes against a RAF.Methods in org.apache.fontbox.ttf with parameters of type TTFDataStreamModifier and TypeMethodDescriptionvoidCMAPEncodingEntry.initData(TTFDataStream data) This will read the required data from the stream.voidCMAPTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidGlyphData.initData(GlyphTable glyphTable, TTFDataStream data) This will read the required data from the stream.voidGlyphTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHeaderTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHorizontalHeaderTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHorizontalMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidIndexToLocationTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidMaximumProfileTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidNameRecord.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidNamingTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidOS2WindowsMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidPostScriptTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidTTFTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidCMAPEncodingEntry.initSubtable(CMAPTable cmap, int numGlyphs, TTFDataStream data) This will read the required data from the stream.protected voidTTFParser.parseTables(TrueTypeFont font, TTFDataStream raf) Parse all tables and check if all needed tables are present.protected voidCMAPEncodingEntry.processSubtype0(TTFDataStream data) Initialize the CMapEntry when it is a subtype 0protected voidCMAPEncodingEntry.processSubtype10(TTFDataStream data, int numGlyphs) Reads a format 10 subtable.protected voidCMAPEncodingEntry.processSubtype12(TTFDataStream data, int numGlyphs) Reads a format 12 subtable.protected voidCMAPEncodingEntry.processSubtype13(TTFDataStream data, int numGlyphs) Reads a format 13 subtable.protected voidCMAPEncodingEntry.processSubtype14(TTFDataStream data, int numGlyphs) Reads a format 14 subtable.protected voidCMAPEncodingEntry.processSubtype2(TTFDataStream data, int numGlyphs) Read a format 2 subtable.protected voidCMAPEncodingEntry.processSubtype4(TTFDataStream data, int numGlyphs) Reads a format 4 subtable.protected voidCMAPEncodingEntry.processSubtype6(TTFDataStream data, int numGlyphs) Reads a format 6 subtable.protected voidCMAPEncodingEntry.processSubtype8(TTFDataStream data, int numGlyphs) Reads a format 8 subtable.protected voidGlyfDescript.readInstructions(TTFDataStream bais, int count) Read the hinting instructions.Constructors in org.apache.fontbox.ttf with parameters of type TTFDataStreamModifierConstructorDescriptionprotectedConstructor.GlyfCompositeDescript(TTFDataStream bais, GlyphTable glyphTable) Constructor.protectedGlyfDescript(short numberOfContours, TTFDataStream bais) Constructor.GlyfSimpleDescript(short numberOfContours, TTFDataStream bais) Constructor.