Uses of Class
org.apache.fontbox.ttf.TTFDataStream

Packages that use TTFDataStream
org.apache.fontbox.ttf This package contains classes to parse a TTF file. 
 

Uses of TTFDataStream in org.apache.fontbox.ttf
 

Subclasses of TTFDataStream in org.apache.fontbox.ttf
 class MemoryTTFDataStream
          An interface into a data stream.
 class RAFDataStream
          An implementation of the TTFDataStream that goes against a RAF.
 

Methods in org.apache.fontbox.ttf with parameters of type TTFDataStream
 void GlyphTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void OS2WindowsMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void MaximumProfileTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void TTFTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void HorizontalHeaderTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void HorizontalMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void CMAPEncodingEntry.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void HeaderTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void CMAPTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void NameRecord.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void IndexToLocationTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void NamingTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void GlyphData.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void PostScriptTable.initData(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 void CMAPEncodingEntry.initSubtable(TrueTypeFont ttf, TTFDataStream data)
          This will read the required data from the stream.
 TrueTypeFont TTFParser.parseTTF(TTFDataStream raf)
          Parse a file and get a true type font.
 



Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.