Maven module :un.storage : font-ttf :
Class : un.storage.font.ttf.table.TTFBdatTable
Extends/Implements : un.storage.font.ttf.TTFTable
Subclasses : -

TTF Specification :
The bitmap data table (tag name: 'bdat') is a very simple structure;
a version number followed by data. The data can be in various formats.
Some of the formats contain metric information and other formats contain only the image.

TODO

@author Johann Sorel


Variables : -
Functions : TTFBdatTable, readData, toString



public void TTFBdatTable (TrueTypeFont font)

public void readData (DataInputStream ds)

public String toString ()