Package net.sourceforge.jeuclid.font
Contains defition of abstract FontFactory class and concrete subclass(es).
For a fairly detailed discussion of where the idea of FontFactory comes from, seethis posting
-
Class Summary Class Description DefaultFontFactory Concrete FontFactory implementation that does simple caching of Fonts loaded viaFont.createFont(int, File)APIs.FontFactory Abstract factory to be used to create instances of java.awt.Font.