Package com.openhtmltopdf.java2d
Class Java2DFontResolver.FontDescription
java.lang.Object
com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
- All Implemented Interfaces:
MinimalFontDescription
- Direct Known Subclasses:
Java2DFontResolver.FileFontDescription
,Java2DFontResolver.InputStreamFontDescription
- Enclosing class:
Java2DFontResolver
private abstract static class Java2DFontResolver.FontDescription
extends Object
implements MinimalFontDescription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_weight
protected final int _weight -
_style
-
_font
-
-
Constructor Details
-
FontDescription
-
-
Method Details
-
getWeight
public int getWeight()- Specified by:
getWeight
in interfaceMinimalFontDescription
-
getStyle
- Specified by:
getStyle
in interfaceMinimalFontDescription
-
getBaseFont
-
realizeFont
protected abstract boolean realizeFont()
-