Package com.openhtmltopdf.java2d
Class Java2DFontResolver.InputStreamFontDescription
- java.lang.Object
-
- com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
-
- com.openhtmltopdf.java2d.Java2DFontResolver.InputStreamFontDescription
-
- All Implemented Interfaces:
MinimalFontDescription
- Enclosing class:
- Java2DFontResolver
private static class Java2DFontResolver.InputStreamFontDescription extends Java2DFontResolver.FontDescription
-
-
Field Summary
Fields Modifier and Type Field Description private FSSupplier<java.io.InputStream>
_supplier
-
Fields inherited from class com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
_font, _style, _weight
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InputStreamFontDescription(FSSupplier<java.io.InputStream> supplier, int weight, IdentValue style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
realizeFont()
-
Methods inherited from class com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
getStyle, getWeight
-
-
-
-
Field Detail
-
_supplier
private FSSupplier<java.io.InputStream> _supplier
-
-
Constructor Detail
-
InputStreamFontDescription
private InputStreamFontDescription(FSSupplier<java.io.InputStream> supplier, int weight, IdentValue style)
-
-
Method Detail
-
realizeFont
protected boolean realizeFont()
- Specified by:
realizeFont
in classJava2DFontResolver.FontDescription
-
-