Class AbstractFontStore
java.lang.Object
com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore
- Direct Known Subclasses:
AbstractFontStore.BuiltinFontStore,AbstractFontStore.EmptyFontStore,MainFontStore
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PdfBoxFontResolver.FontDescriptionresolveFont(SharedContext ctx, String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
-
Constructor Details
-
AbstractFontStore
public AbstractFontStore()
-
-
Method Details