Uses of Class
org.apache.batik.bridge.FontFace
-
Packages that use FontFace Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of FontFace in org.apache.batik.bridge
Subclasses of FontFace in org.apache.batik.bridge Modifier and Type Class Description class
CSSFontFace
This class represents a <font-face> element or @font-face ruleclass
SVGFontFace
This class represents a <font-face> element or @font-face ruleMethods in org.apache.batik.bridge with parameters of type FontFace Modifier and Type Method Description static CSSFontFace
FontFace. createFontFace(java.lang.String familyName, FontFace src)
GVTFontFamily
DefaultFontFamilyResolver. loadFont(java.io.InputStream in, FontFace ff)
GVTFontFamily
FontFamilyResolver. loadFont(java.io.InputStream in, FontFace fontFace)
AWTFontFamily
DefaultFontFamilyResolver. resolve(java.lang.String familyName, FontFace fontFace)
GVTFontFamily
FontFamilyResolver. resolve(java.lang.String familyName, FontFace fontFace)
-