Package eu.europa.esig.dss.pades
Class AbstractDSSFont
java.lang.Object
eu.europa.esig.dss.pades.AbstractDSSFont
- All Implemented Interfaces:
DSSFont
,Serializable
- Direct Known Subclasses:
DSSFileFont
,DSSJavaFont
,ITextNativeFont
,PdfBoxNativeFont
The abstract implementation of a
DSSFont
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final float
The default font size (12f)protected float
The size of the font -
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor instantiating object with default configuration -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.europa.esig.dss.pades.DSSFont
getJavaFont
-
Field Details
-
DEFAULT_TEXT_SIZE
protected static final float DEFAULT_TEXT_SIZEThe default font size (12f)- See Also:
-
size
protected float sizeThe size of the font
-
-
Constructor Details
-
AbstractDSSFont
protected AbstractDSSFont()Default constructor instantiating object with default configuration
-
-
Method Details