Class AFPFontInfo

java.lang.Object
org.apache.fop.afp.fonts.AFPFontInfo

public class AFPFontInfo extends Object
FontInfo contains meta information on fonts
  • Constructor Details

    • AFPFontInfo

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

    • getAFPFont

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

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