Package org.apache.fop.afp.fonts
Class AFPFontInfo
- java.lang.Object
-
- org.apache.fop.afp.fonts.AFPFontInfo
-
public class AFPFontInfo extends java.lang.Object
FontInfo contains meta information on fonts
-
-
Field Summary
Fields Modifier and Type Field Description private AFPFont
font
private java.util.List<FontTriplet>
tripletList
-
Constructor Summary
Constructors Constructor Description AFPFontInfo(AFPFont afpFont, java.util.List<FontTriplet> tripletList)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AFPFont
getAFPFont()
Returns the afp fontjava.util.List<FontTriplet>
getFontTriplets()
Returns the list of font triplets associated with this font.
-
-
-
Field Detail
-
font
private AFPFont font
-
tripletList
private java.util.List<FontTriplet> tripletList
-
-
Constructor Detail
-
AFPFontInfo
public AFPFontInfo(AFPFont afpFont, java.util.List<FontTriplet> tripletList)
Main constructor- Parameters:
afpFont
- The AFP FonttripletList
- 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
-
-