org.apache.fop.render.afp.fonts
public class AFPFontInfo extends java.lang.Object
| Constructor and Description |
|---|
AFPFontInfo(AFPFont afpFont,
java.util.List fontTriplets)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
AFPFont |
getAFPFont()
Returns the afp font
|
java.util.List |
getFontTriplets()
Returns the list of font triplets associated with this font.
|
public AFPFontInfo(AFPFont afpFont, java.util.List fontTriplets)
afpFont - The AFP FontfontTriplets - List of font triplets to associate with this fontpublic AFPFont getAFPFont()
public java.util.List getFontTriplets()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.