Uses of Class
com.sun.pdfview.font.ttf.Glyf
-
Packages that use Glyf Package Description com.sun.pdfview.font.ttf -
-
Uses of Glyf in com.sun.pdfview.font.ttf
Subclasses of Glyf in com.sun.pdfview.font.ttf Modifier and Type Class Description classGlyfCompoundA single simple glyph in a pdf font.classGlyfSimpleA single simple glyph in a pdf font.Methods in com.sun.pdfview.font.ttf that return Glyf Modifier and Type Method Description static GlyfGlyf. getGlyf(java.nio.ByteBuffer data)Get a map from the given data This method reads the format, data and length variables of the map.GlyfGlyfTable. getGlyph(int index)Get the glyph at a given index, parsing it as needed
-