Uses of Class
org.apache.fop.fo.properties.FontFamilyProperty
-
Packages that use FontFamilyProperty Package Description org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of FontFamilyProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as FontFamilyProperty Modifier and Type Field Description private FontFamilyProperty
CommonFont. fontFamily
The "font-family" property.Fields in org.apache.fop.fo.properties with type parameters of type FontFamilyProperty Modifier and Type Field Description private static PropertyCache<FontFamilyProperty>
FontFamilyProperty. CACHE
cache holding all canonical FontFamilyProperty instancesConstructors in org.apache.fop.fo.properties with parameters of type FontFamilyProperty Constructor Description CommonFont(FontFamilyProperty fontFamily, EnumProperty fontSelectionStrategy, EnumProperty fontStretch, EnumProperty fontStyle, EnumProperty fontVariant, EnumProperty fontWeight, Length fontSize, Numeric fontSizeAdjust)
Construct a CommonFont instance
-