Class ITextNativeFont
java.lang.Object
eu.europa.esig.dss.pades.AbstractDSSFont
eu.europa.esig.dss.pdf.openpdf.visible.ITextNativeFont
- All Implemented Interfaces:
DSSFont
,DSSNativeFont<com.lowagie.text.pdf.BaseFont>
,Serializable
public class ITextNativeFont
extends AbstractDSSFont
implements DSSNativeFont<com.lowagie.text.pdf.BaseFont>
The IText (OpenPDF) native font
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.pades.AbstractDSSFont
DEFAULT_TEXT_SIZE, size
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.lowagie.text.pdf.BaseFont
getFont()
Returns a native font for the given implementationGets the JAVA instance of the FontMethods inherited from class eu.europa.esig.dss.pades.AbstractDSSFont
getSize, setSize
-
Constructor Details
-
ITextNativeFont
public ITextNativeFont(com.lowagie.text.pdf.BaseFont baseFont) Default constructor- Parameters:
baseFont
-BaseFont
-
-
Method Details
-
getFont
public com.lowagie.text.pdf.BaseFont getFont()Description copied from interface:DSSNativeFont
Returns a native font for the given implementation- Specified by:
getFont
in interfaceDSSNativeFont<com.lowagie.text.pdf.BaseFont>
- Returns:
- Font object
-
getJavaFont
Description copied from interface:DSSFont
Gets the JAVA instance of the Font- Specified by:
getJavaFont
in interfaceDSSFont
- Returns:
Font
-