Uses of Class
de.coreengine.rendering.model.Font
-
Packages that use Font Package Description de.coreengine.asset -
-
Uses of Font in de.coreengine.asset
Methods in de.coreengine.asset that return Font Modifier and Type Method Description static Font
AssetDatabase. getFont(String name)
Getting font by name from the database.Methods in de.coreengine.asset with parameters of type Font Modifier and Type Method Description static void
AssetDatabase. addFont(String name, Font font)
Manually store a font into the database.
-