Package | Description |
---|---|
com.sun.pdfview.font.ttf |
Modifier and Type | Class and Description |
---|---|
class |
GlyfCompound
A single simple glyph in a pdf font.
|
class |
GlyfSimple
A single simple glyph in a pdf font.
|
Modifier and Type | Method and Description |
---|---|
static Glyf |
Glyf.getGlyf(java.nio.ByteBuffer data)
Get a map from the given data
This method reads the format, data and length variables of
the map.
|
Glyf |
GlyfTable.getGlyph(int index)
Get the glyph at a given index, parsing it as needed
|