Class AFPFontInfo


  • public class AFPFontInfo
    extends java.lang.Object
    FontInfo contains meta information on fonts
    • Constructor Detail

      • AFPFontInfo

        public AFPFontInfo​(AFPFont afpFont,
                           java.util.List<FontTriplet> tripletList)
        Main constructor
        Parameters:
        afpFont - The AFP Font
        tripletList - List of font triplets to associate with this font
    • Method Detail

      • getAFPFont

        public AFPFont getAFPFont()
        Returns the afp font
        Returns:
        the afp font
      • getFontTriplets

        public java.util.List<FontTriplet> getFontTriplets()
        Returns the list of font triplets associated with this font.
        Returns:
        List of font triplets