Interface DSSFont

All Known Implementing Classes:
AbstractDSSFont, DSSFileFont, DSSJavaFont, ITextNativeFont, PdfBoxNativeFont

public interface DSSFont
Defines a font used for a visual signature creation with text
  • Method Summary

    Modifier and Type Method Description
    Font getJavaFont()
    Gets the JAVA instance of the Font
    float getSize()
    Gets size of the font
    void setSize​(float size)
    Sets size of the font
  • Method Details

    • getJavaFont

      Font getJavaFont()
      Gets the JAVA instance of the Font
      Returns:
      Font
    • getSize

      float getSize()
      Gets size of the font
      Returns:
      float value
    • setSize

      void setSize​(float size)
      Sets size of the font
      Parameters:
      size - float value