org.apache.batik.svggen.font
public class Font extends Object
Constructor Summary | |
---|---|
Font()
Constructor |
Method Summary | |
---|---|
static Font | create() |
static Font | create(String pathName) |
int | getAscent() |
CmapTable | getCmapTable() |
int | getDescent() |
Glyph | getGlyph(int i) |
HeadTable | getHeadTable() |
HheaTable | getHheaTable() |
HmtxTable | getHmtxTable() |
LocaTable | getLocaTable() |
MaxpTable | getMaxpTable() |
NameTable | getNameTable() |
int | getNumGlyphs() |
Os2Table | getOS2Table() |
String | getPath() |
PostTable | getPostTable() |
Table | getTable(int tableType) |
TableDirectory | getTableDirectory() |
protected void | read(String pathName) |
Parameters: pathName Path to the TTF font file
Parameters: pathName Path to the TTF font file