Class ZoneHint
- java.lang.Object
-
- com.adobe.fontengine.font.opentype.ZoneHint
-
public class ZoneHint extends Object
-
-
Constructor Summary
Constructors Constructor Description ZoneHint(OpenTypeFont font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlueFuzz()doublegetBlueScale()doublegetBlueShift()double[]getBlueValues()int[]getBottomZones()double[]getOtherBlues()doublegetStdHStem()doublegetStdVStem()int[]getTopZones()
-
-
-
Constructor Detail
-
ZoneHint
public ZoneHint(OpenTypeFont font) throws InvalidFontException, UnsupportedFontException
-
-
Method Detail
-
getTopZones
public int[] getTopZones()
-
getBottomZones
public int[] getBottomZones()
-
getBlueValues
public double[] getBlueValues()
-
getOtherBlues
public double[] getOtherBlues()
-
getBlueFuzz
public int getBlueFuzz()
-
getBlueShift
public double getBlueShift()
-
getStdVStem
public double getStdVStem()
-
getStdHStem
public double getStdHStem()
-
getBlueScale
public double getBlueScale()
-
-