Package org.apache.batik.svggen.font
Class Glyph
java.lang.Object
org.apache.batik.svggen.font.Glyph
An individual glyph within a font.
-
Field Details
-
leftSideBearing
protected short leftSideBearing -
advanceWidth
protected int advanceWidth
-
-
Constructor Details
-
Glyph
-
-
Method Details
-
getAdvanceWidth
public int getAdvanceWidth() -
getLeftSideBearing
public short getLeftSideBearing() -
getPoint
-
getPointCount
public int getPointCount() -
reset
public void reset()Resets the glyph to the TrueType table settings -
scale
public void scale(int factor) - Parameters:
factor
- a 16.16 fixed value
-