goText
Class GoFont

java.lang.Object
  |
  +--goText.GoFont
Direct Known Subclasses:
GoHershey

public abstract class GoFont
extends java.lang.Object


Constructor Summary
GoFont(java.lang.String font)
          Abstract font constructor for the GoText package.
 
Method Summary
static void path(java.net.URL path)
          Set base font file location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoFont

public GoFont(java.lang.String font)
Abstract font constructor for the GoText package.

All fonts created, based on this abstract class, must call this constructor.

Method Detail

path

public static void path(java.net.URL path)
Set base font file location.

All font files will be found relative to the base location specified by path. This method is only required for applets.

Note: The C++ implementation of Go does not include this method.