Class AbstractFontStore.EmptyFontStore
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore
-
- com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore.EmptyFontStore
-
- Enclosing class:
- AbstractFontStore
public static class AbstractFontStore.EmptyFontStore extends AbstractFontStore
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore
AbstractFontStore.BuiltinFontStore, AbstractFontStore.EmptyFontStore
-
-
Constructor Summary
Constructors Constructor Description EmptyFontStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfBoxFontResolver.FontDescriptionresolveFont(com.openhtmltopdf.layout.SharedContext ctx, String fontFamily, float size, com.openhtmltopdf.css.constants.IdentValue weight, com.openhtmltopdf.css.constants.IdentValue style, com.openhtmltopdf.css.constants.IdentValue variant)
-
-
-
Method Detail
-
resolveFont
public PdfBoxFontResolver.FontDescription resolveFont(com.openhtmltopdf.layout.SharedContext ctx, String fontFamily, float size, com.openhtmltopdf.css.constants.IdentValue weight, com.openhtmltopdf.css.constants.IdentValue style, com.openhtmltopdf.css.constants.IdentValue variant)
- Specified by:
resolveFontin classAbstractFontStore
-
-