Package eu.europa.esig.dss.pades
Interface DSSNativeFont<F>
- Type Parameters:
F
- class of the font instance
- All Known Implementing Classes:
ITextNativeFont
,PdfBoxNativeFont
public interface DSSNativeFont<F>
The native font used in PDF libraries
-
Method Summary
-
Method Details
-
getFont
F getFont()Returns a native font for the given implementation- Returns:
- Font object
-