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

TTF Specification :
The 'cvt ' table is optional. It can be used by fonts that contain instructions.
It contains an array of FWords that can be accessed by instructions.
The 'cvt ' is used to tie together certain font features when their
values are sufficiently close to the table value.

TODO

@author Johann Sorel


Variables : -
Functions : TTFCvtTable, readData, toString



public void TTFCvtTable (TrueTypeFont font)

public void readData (DataInputStream ds)

public String toString ()