test
public class TestType1CFont extends JPanel implements KeyListener
Constructor Summary | |
---|---|
TestType1CFont(InputStream is) |
Method Summary | |
---|---|
int | calcoffset(int base) |
TestType1CFont.Range | getIndexEntry(int index, int id) |
int | getIndexSize(int loc) |
String | getSID(int id) |
boolean | isRequestFocusEnabled() |
void | keyPressed(KeyEvent evt) |
void | keyReleased(KeyEvent evt) |
void | keyTyped(KeyEvent evt) |
static void | main(String[] args) |
void | paint(Graphics g) |
void | parseGlyph(TestType1CFont.Range r, TestType1CFont.GlyphData gp, FlPoint pt) |
void | readFNum() |
TestType1CFont.GlyphData | readGlyph(String sid)
Read a single glyph, given its offset |
TestType1CFont.GlyphData | readGlyph(int index)
Read a glyph, given an index |