Package com.jme3.font

Class BitmapCharacterSet

java.lang.Object
com.jme3.font.BitmapCharacterSet
All Implemented Interfaces:
Savable

public class BitmapCharacterSet extends Object implements Savable
  • Constructor Details Link icon

    • BitmapCharacterSet Link icon

      public BitmapCharacterSet()
  • Method Details Link icon

    • write Link icon

      public void write(JmeExporter ex) throws IOException
      Specified by:
      write in interface Savable
      Throws:
      IOException
    • writeCharset Link icon

      protected void writeCharset(OutputCapsule oc, int style, IntMap<BitmapCharacter> charset) throws IOException
      Throws:
      IOException
    • read Link icon

      public void read(JmeImporter im) throws IOException
      Specified by:
      read in interface Savable
      Throws:
      IOException
    • getCharacter Link icon

      public BitmapCharacter getCharacter(int index)
    • getCharacter Link icon

      public BitmapCharacter getCharacter(int index, int style)
    • addCharacter Link icon

      public void addCharacter(int index, BitmapCharacter ch)
    • getLineHeight Link icon

      public int getLineHeight()
    • setLineHeight Link icon

      public void setLineHeight(int lineHeight)
    • getBase Link icon

      public int getBase()
    • setBase Link icon

      public void setBase(int base)
    • getRenderedSize Link icon

      public int getRenderedSize()
    • setRenderedSize Link icon

      public void setRenderedSize(int renderedSize)
    • getWidth Link icon

      public int getWidth()
    • setWidth Link icon

      public void setWidth(int width)
    • getHeight Link icon

      public int getHeight()
    • setHeight Link icon

      public void setHeight(int height)
    • merge Link icon

      public void merge(BitmapCharacterSet styleSet)
      Merge two fonts. If two font have the same style, merge will fail.
      Parameters:
      styleSet - Style must be assigned to this. author: Yonghoon
    • setStyle Link icon

      public void setStyle(int style)