java.lang.Cloneable
, ClassificationProducer
, KerningProducer
public class DefaultKerningProducer extends java.lang.Object implements KerningProducer
END_OF_TEXT, START_OF_TEXT
Constructor | Description |
---|---|
DefaultKerningProducer(FontMetrics fontMetrics) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
|
long |
getKerning(int codePoint) |
Returns the kerning to the previous character (unit is micro-point).
|
public DefaultKerningProducer(FontMetrics fontMetrics)
public long getKerning(int codePoint)
KerningProducer
getKerning
in interface KerningProducer
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ClassificationProducer
java.lang.CloneNotSupportedException