Class FontAtlas
- java.lang.Object
-
- com.github.ranchordo.lepton.engine.graphics2d.util.FontAtlas
-
public class FontAtlas extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringlayoutTextureImagetextureImage
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Glyphget(char c)intgetHeight()intgetSpacing()intgetVertOffset()intgetWidth()voidload()
-
-
-
Field Detail
-
textureImage
public TextureImage textureImage
-
layout
public String layout
-
-
Method Detail
-
getSpacing
public int getSpacing()
-
getVertOffset
public int getVertOffset()
-
clean
public void clean()
-
load
public void load()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
get
public Glyph get(char c)
-
-