Package com.jme3.font
Class Kerning
java.lang.Object
com.jme3.font.Kerning
- All Implemented Interfaces:
Savable
Represents kerning information for a character.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
read
(JmeImporter im) void
setAmount
(int amount) void
setSecond
(int second) void
write
(JmeExporter ex)
-
Constructor Details
-
Kerning
public Kerning()
-
-
Method Details
-
getSecond
public int getSecond() -
setSecond
public void setSecond(int second) -
getAmount
public int getAmount() -
setAmount
public void setAmount(int amount) -
write
- Specified by:
write
in interfaceSavable
- Throws:
IOException
-
read
- Specified by:
read
in interfaceSavable
- Throws:
IOException
-