Uses of Class
com.kitfox.svg.Font
-
Packages that use Font Package Description com.kitfox.svg Provides the nodes of an SVG scene graph.com.kitfox.svg.util -
-
Uses of Font in com.kitfox.svg
Fields in com.kitfox.svg with type parameters of type Font Modifier and Type Field Description (package private) java.util.HashMap<java.lang.String,Font>SVGUniverse. loadedFontsMethods in com.kitfox.svg that return Font Modifier and Type Method Description FontSVGUniverse. getDefaultFont()FontSVGUniverse. getFont(java.lang.String fontName)Methods in com.kitfox.svg with parameters of type Font Modifier and Type Method Description (package private) voidSVGUniverse. registerFont(Font font)Called by the Font element to let the universe know that a font has been loaded and is available. -
Uses of Font in com.kitfox.svg.util
Subclasses of Font in com.kitfox.svg.util Modifier and Type Class Description classFontSystem
-