goText
Class GoHershey

java.lang.Object
  |
  +--goText.GoFont
        |
        +--goText.GoHershey

public class GoHershey
extends GoFont


Constructor Summary
GoHershey(java.lang.String font)
          Creates a Hershey font.
 
Methods inherited from class goText.GoFont
path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoHershey

public GoHershey(java.lang.String font)
Creates a Hershey font.

The font data is in the specified font file.

Note: When creating Java Applets it may be necessary to specify where the fonts are located with the path(URL path) command.