Maven module :un.storage : font-ttf :
Class :
un.storage.font.ttf.table.TTFBlocTable
Extends/Implements :
un.storage.font.ttf.TTFTable
Subclasses : -
Variables : -
Functions :
TTFBlocTable,
readData,
toString
public void
TTFBlocTable (TrueTypeFont font)
public void
readData (DataInputStream ds)
public String
toString ()
The bitmap location table(tag name: 'bloc') provides information about
the availability of bitmaps at requested point sizes.
If a bitmap is included in the font, it also tells where the data is located
in the bitmap data table. The bitmap location and bitmap data tables support various formats.
TODO
@author Johann Sorel