Class MetaFile

java.lang.Object
engine.fontMeshCreator.MetaFile

public class MetaFile extends Object
Provides functionality for getting the values from a font file.
  • Constructor Details

    • MetaFile

      protected MetaFile(File file)
      Opens a font file in preparation for reading.
      Parameters:
      file - - the font file.
  • Method Details

    • getSpaceWidth

      protected double getSpaceWidth()
    • getCharacter

      protected Character getCharacter(int ascii)