Class BitmapFont


  • public class BitmapFont
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      BitmapFontChar[] Chars
      Font characters
      java.lang.String Name
      Font name:
      int Quantity
      Number of characters
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapFont​(java.lang.String acName, int iQuantity, BitmapFontChar[] pkChars)
      Create a new BitmapFont
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Delete memory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Name

        public java.lang.String Name
        Font name:
      • Quantity

        public int Quantity
        Number of characters
    • Constructor Detail

      • BitmapFont

        public BitmapFont​(java.lang.String acName,
                          int iQuantity,
                          BitmapFontChar[] pkChars)
        Create a new BitmapFont
        Parameters:
        acName - the font name
        iQuantity - the number of font characters
        pkChars - the BitmapFontChar characters
    • Method Detail

      • dispose

        public void dispose()
        Delete memory