Package org.xhtmlrenderer.swt
Class SWTFSFont
java.lang.Object
org.xhtmlrenderer.swt.SWTFSFont
- All Implemented Interfaces:
FSFont
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.swt.graphics.Font
private final boolean
private final float
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_font
private final org.eclipse.swt.graphics.Font _font -
_size
private final float _size -
_noDispose
private final boolean _noDispose
-
-
Constructor Details
-
SWTFSFont
public SWTFSFont(org.eclipse.swt.graphics.Font font, float size) -
SWTFSFont
public SWTFSFont(org.eclipse.swt.graphics.Font font, float size, boolean noDispose)
-
-
Method Details