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. loadedFonts
Methods in com.kitfox.svg that return Font Modifier and Type Method Description Font
SVGUniverse. getDefaultFont()
Font
SVGUniverse. getFont(java.lang.String fontName)
Methods in com.kitfox.svg with parameters of type Font Modifier and Type Method Description (package private) void
SVGUniverse. 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 class
FontSystem
-