Class AbstractFontStore
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore
-
- Direct Known Subclasses:
AbstractFontStore.BuiltinFontStore,AbstractFontStore.EmptyFontStore,MainFontStore
public abstract class AbstractFontStore extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractFontStore.BuiltinFontStorestatic classAbstractFontStore.EmptyFontStore
-
Constructor Summary
Constructors Constructor Description AbstractFontStore()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PdfBoxFontResolver.FontDescriptionresolveFont(SharedContext ctx, String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
-
-
-
Method Detail
-
resolveFont
public abstract PdfBoxFontResolver.FontDescription resolveFont(SharedContext ctx, String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
-
-