Searched defs:BitmapFont (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java43 public class BitmapFont implements Savable { class in inherits:Savable
48 * @see BitmapText#setAlignment(com.jme3.font.BitmapFont.Align)
71 * @see BitmapText#setVerticalAlignment(com.jme3.font.BitmapFont.VAlign)
93 public BitmapFont() { method in class:BitmapFont
176 // class that both BitmapFont and Letters could use for
267 public void merge(BitmapFont newFont) {

Completed in 101 milliseconds