Package eu.europa.esig.dss.pades
Class DSSJavaFont
java.lang.Object
eu.europa.esig.dss.pades.AbstractDSSFont
eu.europa.esig.dss.pades.DSSJavaFont
- All Implemented Interfaces:
DSSFont,Serializable
Represent the JAVA implementation of the DSSFont
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.pades.AbstractDSSFont
DEFAULT_TEXT_SIZE, size -
Constructor Summary
ConstructorsConstructorDescriptionDSSJavaFont(Font javaFont) Default constructorDSSJavaFont(String fontName) Constructor from font's nameDSSJavaFont(String fontName, int size) Constructor from font's name with sizeDSSJavaFont(String fontName, int style, int size) Constructor from font's name with a style and size -
Method Summary
Methods inherited from class eu.europa.esig.dss.pades.AbstractDSSFont
getSize
-
Constructor Details
-
DSSJavaFont
-
DSSJavaFont
-
DSSJavaFont
-
DSSJavaFont
-
-
Method Details
-
getJavaFont
-
getName
-
setSize
public void setSize(float size) Description copied from interface:DSSFontSets size of the font- Specified by:
setSizein interfaceDSSFont- Overrides:
setSizein classAbstractDSSFont- Parameters:
size- float value
-