Class FontValidationContext

    • Field Detail

      • text

        private final java.lang.String text
    • Constructor Detail

      • FontValidationContext

        public FontValidationContext​(java.lang.String text,
                                     PdfFont font)
        Instantiates a new FontValidationContext based on text and font.
        Parameters:
        text - the text
        font - the font
    • Method Detail

      • getText

        public java.lang.String getText()
        Gets the text.
        Returns:
        the text
      • getFont

        public PdfFont getFont()
        Gets the font.
        Returns:
        the font