Uses of Class
de.coreengine.rendering.model.Character
-
Packages that use Character Package Description de.coreengine.rendering.model -
-
Uses of Character in de.coreengine.rendering.model
Methods in de.coreengine.rendering.model that return Character Modifier and Type Method Description Character
Font. getCharacter(int ascii)
Getting character for specific asciiConstructor parameters in de.coreengine.rendering.model with type arguments of type Character Constructor Description Font(String textureAtlas, HashMap<Integer,Character> characters, VertexArrayObject vao, float lineHeight)
Creating new font
-