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. _fontFaceRules
Methods 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. _fontFaceRules
Methods 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 void
Stylesheet. 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 void
SVGDrawer. 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 void
Java2DFontResolver. 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 void
PdfBoxFontResolver. 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 void
BatikSVGDrawer. importFontFaceRules(java.util.List<FontFaceRule> fontFaces, SharedContext shared)
void
PDFTranscoder.OpenHtmlFontResolver. importFontFaces(java.util.List<FontFaceRule> fontFaces, SharedContext ctx)
-