public class AFPFontInfo
extends java.lang.Object
Constructor | Description |
---|---|
AFPFontInfo(AFPFont afpFont,
java.util.List<FontTriplet> tripletList) |
Main constructor
|
Modifier and Type | Method | Description |
---|---|---|
AFPFont |
getAFPFont() |
Returns the afp font
|
java.util.List<FontTriplet> |
getFontTriplets() |
Returns the list of font triplets associated with this font.
|
public AFPFontInfo(AFPFont afpFont, java.util.List<FontTriplet> tripletList)
afpFont
- The AFP FonttripletList
- List of font triplets to associate with this fontpublic AFPFont getAFPFont()
public java.util.List<FontTriplet> getFontTriplets()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.