org.lee.mugen.sprite.common.resource
Class FontParser

java.lang.Object
  extended by org.lee.mugen.sprite.common.resource.FontParser

public class FontParser
extends java.lang.Object


Constructor Summary
FontParser()
           
 
Method Summary
static FontProducer getFontProducer()
           
static void main(java.lang.String[] args)
           
static FontProducer parse(LittleEndianDataInputStream br)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontParser

public FontParser()
Method Detail

getFontProducer

public static FontProducer getFontProducer()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

parse

public static FontProducer parse(LittleEndianDataInputStream br)
                          throws java.io.IOException
Throws:
java.io.IOException