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 String
layout
TextureImage
textureImage
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clean()
Glyph
get(char c)
int
getHeight()
int
getSpacing()
int
getVertOffset()
int
getWidth()
void
load()
-
-
-
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)
-
-