Uses of Interface
org.apache.fop.svg.font.FOPFontFamilyResolver
-
Packages that use FOPFontFamilyResolver Package Description org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik.org.apache.fop.svg.font -
-
Uses of FOPFontFamilyResolver in org.apache.fop.afp.svg
Classes in org.apache.fop.afp.svg that implement FOPFontFamilyResolver Modifier and Type Class Description class
AFPFontFamilyResolver
-
Uses of FOPFontFamilyResolver in org.apache.fop.svg
Fields in org.apache.fop.svg declared as FOPFontFamilyResolver Modifier and Type Field Description private FOPFontFamilyResolver
AbstractFOPTranscoder.FOPTranscoderUserAgent. fontFamilyResolver
Methods in org.apache.fop.svg with parameters of type FOPFontFamilyResolver Modifier and Type Method Description void
AbstractFOPTranscoder.FOPTranscoderUserAgent. setFontFamilyResolver(FOPFontFamilyResolver resolver)
-
Uses of FOPFontFamilyResolver in org.apache.fop.svg.font
Classes in org.apache.fop.svg.font that implement FOPFontFamilyResolver Modifier and Type Class Description class
FilteringFontFamilyResolver
class
FOPFontFamilyResolverImpl
Fields in org.apache.fop.svg.font declared as FOPFontFamilyResolver Modifier and Type Field Description private FOPFontFamilyResolver
FilteringFontFamilyResolver. delegate
Constructors in org.apache.fop.svg.font with parameters of type FOPFontFamilyResolver Constructor Description FilteringFontFamilyResolver(FOPFontFamilyResolver delegate)
-