Uses of Class
org.apache.fop.fo.properties.CommonFont
Packages that use CommonFont
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
Classes for font handling.
RTF (Rich Text Format) Output Support
-
Uses of CommonFont in org.apache.fop.fo
Fields in org.apache.fop.fo declared as CommonFontMethods in org.apache.fop.fo that return CommonFontModifier and TypeMethodDescriptionFOText.getCommonFont()
PropertyList.getFontProps()
Constructs a CommonFont object. -
Uses of CommonFont in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonFontModifier and TypeFieldDescriptionprivate CommonFont
AbstractPageNumberCitation.commonFont
private CommonFont
Block.commonFont
private CommonFont
Character.commonFont
private CommonFont
InlineLevel.commonFont
private CommonFont
PageNumber.commonFont
Methods in org.apache.fop.fo.flow that return CommonFontModifier and TypeMethodDescriptionAbstractPageNumberCitation.getCommonFont()
Block.getCommonFont()
Character.getCommonFont()
InlineLevel.getCommonFont()
PageNumber.getCommonFont()
-
Uses of CommonFont in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties with type parameters of type CommonFontModifier and TypeFieldDescriptionprivate static final PropertyCache<CommonFont>
CommonFont.CACHE
cache holding canonical CommonFont instances (only those with absolute font-size and font-size-adjust)Methods in org.apache.fop.fo.properties that return CommonFontModifier and TypeMethodDescriptionstatic CommonFont
CommonFont.getInstance
(PropertyList pList) Returns a CommonFont instance for the given PropertyList If the font-size and font-size-adjust properties are absolute the entire instance will be cached. -
Uses of CommonFont in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type CommonFontModifier and TypeMethodDescriptionprivate static Font
FontSelector.selectFontForCharacter
(char c, FONode fonode, CommonFont commonFont, PercentBaseContext context) -
Uses of CommonFont in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type CommonFontModifier and TypeMethodDescriptionprivate static void
TextAttributesConverter.attrFont
(CommonFont font, FOPRtfAttributes rtfAttr)