Class Cvt
- java.lang.Object
-
- com.adobe.fontengine.font.opentype.Table
-
- com.adobe.fontengine.font.opentype.Cvt
-
public final class Cvt extends Table
Gives access to the 'cvt' table.Version handling
'cvt' tables have no version.
Synchronization
Like all tables, these objects are immutable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OTByteArraygetData()intgetNbEntries()voidstream(Map tables)voidsubsetAndStream(Subset subset, Map tables)
-
-
-
Method Detail
-
getNbEntries
public int getNbEntries()
-
stream
public void stream(Map tables)
-
getData
public OTByteArray getData()
-
-