Uses of Class
com.openhtmltopdf.css.sheet.FontFaceRule
-
-
Uses of FontFaceRule in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return types with arguments of type FontFaceRule Modifier and Type Method Description java.util.List<FontFaceRule>StyleReference. getFontFaceRules() -
Uses of FontFaceRule in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch with type parameters of type FontFaceRule Modifier and Type Field Description private java.util.List<FontFaceRule>Matcher. _fontFaceRulesMethods in com.openhtmltopdf.css.newmatch that return types with arguments of type FontFaceRule Modifier and Type Method Description java.util.List<FontFaceRule>Matcher. getFontFaceRules() -
Uses of FontFaceRule in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet with type parameters of type FontFaceRule Modifier and Type Field Description private java.util.List<FontFaceRule>Stylesheet. _fontFaceRulesMethods in com.openhtmltopdf.css.sheet that return types with arguments of type FontFaceRule Modifier and Type Method Description java.util.List<FontFaceRule>Stylesheet. getFontFaceRules()Methods in com.openhtmltopdf.css.sheet with parameters of type FontFaceRule Modifier and Type Method Description voidStylesheet. addFontFaceRule(FontFaceRule rule) -
Uses of FontFaceRule in com.openhtmltopdf.extend
Method parameters in com.openhtmltopdf.extend with type arguments of type FontFaceRule Modifier and Type Method Description voidSVGDrawer. importFontFaceRules(java.util.List<FontFaceRule> fontFaces, SharedContext shared) -
Uses of FontFaceRule in com.openhtmltopdf.java2d
Method parameters in com.openhtmltopdf.java2d with type arguments of type FontFaceRule Modifier and Type Method Description voidJava2DFontResolver. importFontFaces(java.util.List<FontFaceRule> fontFaces) -
Uses of FontFaceRule in com.openhtmltopdf.pdfboxout
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type FontFaceRule Modifier and Type Method Description voidPdfBoxFontResolver. importFontFaces(java.util.List<FontFaceRule> fontFaces) -
Uses of FontFaceRule in com.openhtmltopdf.svgsupport
Method parameters in com.openhtmltopdf.svgsupport with type arguments of type FontFaceRule Modifier and Type Method Description voidBatikSVGDrawer. importFontFaceRules(java.util.List<FontFaceRule> fontFaces, SharedContext shared)voidPDFTranscoder.OpenHtmlFontResolver. importFontFaces(java.util.List<FontFaceRule> fontFaces, SharedContext ctx)
-