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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.lowagie.text.pdf.BaseFontgetFont()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:DSSNativeFontReturns a native font for the given implementation- Specified by:
getFontin interfaceDSSNativeFont<com.lowagie.text.pdf.BaseFont>- Returns:
- Font object
-
getJavaFont
Description copied from interface:DSSFontGets the JAVA instance of the Font- Specified by:
getJavaFontin interfaceDSSFont- Returns:
Font
-