org.apache.fop.render.afp.fonts

Class AFPFontInfo


public class AFPFontInfo
extends java.lang.Object

FontInfo contains meta information on fonts

Constructor Summary

AFPFontInfo(AFPFont afpFont, List fontTriplets)
Main constructor

Method Summary

AFPFont
getAFPFont()
Returns the afp font
List
getFontTriplets()
Returns the list of font triplets associated with this font.

Constructor Details

AFPFontInfo

public AFPFontInfo(AFPFont afpFont,
                   List fontTriplets)
Main constructor
Parameters:
afpFont - The AFP Font
fontTriplets - 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 getFontTriplets()
Returns the list of font triplets associated with this font.
Returns:
List of font triplets

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.