|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.afm.AfmKernPairs
public class AfmKernPairs
AFM kerning pairs.
| Constructor Summary | |
|---|---|
AfmKernPairs()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCharpost()
Returns the charpost. |
java.lang.String |
getCharpre()
Returns the charpre. |
float |
getKerningsize()
Returns the kerningsize. |
void |
setCharpost(java.lang.String cp)
Set the charpost. |
void |
setCharpre(java.lang.String cp)
Set the charpre. |
void |
setKerningsize(float ksize)
Set the kerningsize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AfmKernPairs()
| Method Detail |
|---|
public java.lang.String getCharpost()
public java.lang.String getCharpre()
public float getKerningsize()
public void setCharpost(java.lang.String cp)
cp - The charpost to set.public void setCharpre(java.lang.String cp)
cp - The charpre to set.public void setKerningsize(float ksize)
ksize - The kerningsize to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||