org.apache.fop.fo.properties
Class CommonFont
java.lang.Object
org.apache.fop.fo.properties.CommonFont
public class CommonFont
extends java.lang.Object
Collection of properties used in
fontSelectionStrategy
public int fontSelectionStrategy
The "font-selection-strategy" property.
fontSize
public Length fontSize
The "font-size" property.
fontSizeAdjust
public Numeric fontSizeAdjust
The "font-size-adjust" property.
fontStretch
public int fontStretch
The "font-stretch" property.
fontStyle
public int fontStyle
The "font-style" property.
fontVariant
public int fontVariant
The "font-variant" property.
fontWeight
public int fontWeight
The "font-weight" property.
CommonFont
public CommonFont(PropertyList pList)
throws PropertyException
Create a CommonFont object.
pList
- The PropertyList to get properties from.
getFirstFontFamily
public String getFirstFontFamily()
- the first font-family name in the list
getFontFamily
public String[] getFontFamily()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.