Package hec.gfx2d

Class G2dFont

java.lang.Object
hec.gfx2d.G2dFont

public class G2dFont extends Object
Manages creation of fonts and access to font cache.
  • Constructor Details

    • G2dFont

      public G2dFont()
  • Method Details

    • newFont

      public static Font newFont(String name, int style, int size)
      looks for the requested font in the fontTable, if it does not exist it is created