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 classCSSFontFaceThis class represents a <font-face> element or @font-face ruleclassSVGFontFaceThis 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 CSSFontFaceFontFace. createFontFace(java.lang.String familyName, FontFace src)GVTFontFamilyDefaultFontFamilyResolver. loadFont(java.io.InputStream in, FontFace ff)GVTFontFamilyFontFamilyResolver. loadFont(java.io.InputStream in, FontFace fontFace)AWTFontFamilyDefaultFontFamilyResolver. resolve(java.lang.String familyName, FontFace fontFace)GVTFontFamilyFontFamilyResolver. resolve(java.lang.String familyName, FontFace fontFace)
-