Uses of Class
com.openhtmltopdf.css.sheet.FontFaceRule
-
Packages that use FontFaceRule Package Description com.openhtmltopdf.context com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.sheet com.openhtmltopdf.extend -
-
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 List<FontFaceRule>StyleReference. getFontFaceRules() -
Uses of FontFaceRule in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return types with arguments of type FontFaceRule Modifier and Type Method Description List<FontFaceRule>Matcher. getFontFaceRules() -
Uses of FontFaceRule in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type FontFaceRule Modifier and Type Method Description 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(List<FontFaceRule> fontFaces, SharedContext shared)
-