Class PDFFontTrueType

  • All Implemented Interfaces:
    PDFWritable

    public class PDFFontTrueType
    extends PDFFontNonBase14
    Class representing a TrueType font.

    In fact everything already done in the superclass. Must only define the not default constructor.

    • Constructor Detail

      • PDFFontTrueType

        public PDFFontTrueType​(java.lang.String fontname,
                               java.lang.String basefont,
                               java.lang.Object encoding)
        create the /Font object
        Parameters:
        fontname - the internal name for the font
        basefont - the base font name
        encoding - the character encoding schema used by the font