Uses of Interface
eu.europa.esig.dss.pdf.visible.DSSFontMetrics
Package
Description
-
Uses of DSSFontMetrics in eu.europa.esig.dss.pdf.openpdf.visible
Modifier and TypeClassDescriptionclass
The IText (OpenPDF) implementation of Font metricsModifier and TypeMethodDescriptionprotected abstract DSSFontMetrics
AbstractITextSignatureDrawer.getDSSFontMetrics()
Returns the associated with the drawer font metricsprotected DSSFontMetrics
ImageOnlySignatureDrawer.getDSSFontMetrics()
-
Uses of DSSFontMetrics in eu.europa.esig.dss.pdf.pdfbox.visible
Modifier and TypeMethodDescriptionprotected abstract DSSFontMetrics
AbstractPdfBoxSignatureDrawer.getDSSFontMetrics()
Gets the correspondingeu.europa.esig.dss.pdf.visible.DSSFontMetrics
-
Uses of DSSFontMetrics in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer
-
Uses of DSSFontMetrics in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer
Modifier and TypeClassDescriptionclass
Contains font metrics for a PDFBox fontModifier and TypeMethodDescriptionprotected DSSFontMetrics
NativePdfBoxVisibleSignatureDrawer.getDSSFontMetrics()
-
Uses of DSSFontMetrics in eu.europa.esig.dss.pdf.visible
Modifier and TypeClassDescriptionclass
Contains methods for dealing with textual visual signature creationModifier and TypeMethodDescriptionstatic TextFitter.Result
TextFitter.fitSignatureText
(SignatureImageTextParameters textParameters, float properTextSize, DSSFontMetrics fontMetrics, AnnotationBox textBox) Attempts to fit the giventext
in the giventextBox
usingmetrics
to estimate the text size.ModifierConstructorDescriptionSignatureFieldDimensionAndPositionBuilder
(SignatureImageParameters imageParameters, DSSFontMetrics fontMetrics, AnnotationBox pageBox, int pageRotation) Default constructor