Uses of Class
com.jme3.font.BitmapCharacterSet

Packages that use BitmapCharacterSet
com.jme3.font   
 

Uses of BitmapCharacterSet in com.jme3.font
 

Methods in com.jme3.font that return BitmapCharacterSet
 BitmapCharacterSet BitmapFont.getCharSet()
           
 

Methods in com.jme3.font with parameters of type BitmapCharacterSet
 void BitmapCharacterSet.merge(BitmapCharacterSet styleSet)
          Merge two fonts.
 void BitmapFont.setCharSet(BitmapCharacterSet charSet)