Package org.apache.batik.svggen.font
Class Font
java.lang.Object
org.apache.batik.svggen.font.Font
The TrueType font.
- Version:
- $Id: Font.java 1804130 2017-08-04 14:41:11Z ssteiner $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
tableDirectory
-
tables
-
os2
-
cmap
-
glyf
-
head
-
hhea
-
hmtx
-
loca
-
maxp
-
name
-
post
-
-
Constructor Details
-
Font
public Font()Constructor
-
-
Method Details
-
getTable
-
getOS2Table
-
getCmapTable
-
getHeadTable
-
getHheaTable
-
getHmtxTable
-
getLocaTable
-
getMaxpTable
-
getNameTable
-
getPostTable
-
getAscent
public int getAscent() -
getDescent
public int getDescent() -
getNumGlyphs
public int getNumGlyphs() -
getGlyph
-
getPath
-
getTableDirectory
-
read
- Parameters:
pathName
- Path to the TTF font file
-
create
-
create
- Parameters:
pathName
- Path to the TTF font file
-