org.apache.fop.render.afp
public class AFPFontAttributes extends java.lang.Object
| Constructor and Description |
|---|
AFPFontAttributes(java.lang.String fontKey,
AFPFont font,
int pointSize)
Constructor for the AFPFontAttributes
|
| Modifier and Type | Method and Description |
|---|---|
AFPFont |
getFont() |
java.lang.String |
getFontKey() |
int |
getFontReference() |
int |
getPointSize() |
void |
setFontReference(int fontReference)
Sets the FontReference attribute
|
public AFPFontAttributes(java.lang.String fontKey,
AFPFont font,
int pointSize)
fontKey - the font keyfont - the fontpointSize - the point sizepublic AFPFont getFont()
public java.lang.String getFontKey()
public int getPointSize()
public int getFontReference()
public void setFontReference(int fontReference)
fontReference - the FontReference to setCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.