Package com.openhtmltopdf.java2d
Class Java2DFontResolver.FileFontDescription
- java.lang.Object
-
- com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
-
- com.openhtmltopdf.java2d.Java2DFontResolver.FileFontDescription
-
- All Implemented Interfaces:
MinimalFontDescription
- Enclosing class:
- Java2DFontResolver
private static class Java2DFontResolver.FileFontDescription extends Java2DFontResolver.FontDescription
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
_fontFile
-
Fields inherited from class com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
_font, _style, _weight
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FileFontDescription(java.io.File fontFile, 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
-
-
-
-
Constructor Detail
-
FileFontDescription
private FileFontDescription(java.io.File fontFile, int weight, IdentValue style)
-
-
Method Detail
-
realizeFont
protected boolean realizeFont()
- Specified by:
realizeFont
in classJava2DFontResolver.FontDescription
-
-