Uses of Class
org.apache.fop.afp.fonts.AFPFont
Packages that use AFPFont
Package
Description
Contains an AFP library.
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
An AFP Renderer implementation and supporting classes.
-
Uses of AFPFont in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPFontModifier and TypeMethodDescriptionvoid
DataStream.createFont
(int fontReference, AFPFont font, int size) Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the current page.void
AFPResourceManager.embedFont
(AFPFont afpFont, CharacterSet charSet) Handles font embedding. -
Uses of AFPFont in org.apache.fop.afp.fonts
Subclasses of AFPFont in org.apache.fop.afp.fontsModifier and TypeClassDescriptionclass
A font defined as a set of lines and curves as opposed to a bitmap font.class
Implementation ofAbstractOutlineFont
that supports double-byte fonts (CID Keyed font (Type 0)).class
Default implementation of AbstractOutlineFont.class
A font where each character is stored as an array of pixels (a bitmap).Fields in org.apache.fop.afp.fonts declared as AFPFontModifier and TypeFieldDescriptionprivate final AFPFont
AFPFontAttributes.font
the fontprivate AFPFont
AFPFontInfo.font
Methods in org.apache.fop.afp.fonts that return AFPFontModifier and TypeMethodDescriptionAFPFontInfo.getAFPFont()
Returns the afp fontAFPFontAttributes.getFont()
Return the fontMethods in org.apache.fop.afp.fonts with parameters of type AFPFontModifier and TypeMethodDescriptionprivate int
AFPBase12FontCollection.addFontProperties
(FontInfo fontInfo, AFPFont font, String[] names, String style, int weight, int num) AFPPageFonts.registerFont
(String fontName, AFPFont font, int fontSize) Registers a font on the current page and returns font attributesConstructors in org.apache.fop.afp.fonts with parameters of type AFPFontModifierConstructorDescriptionAFPFontAttributes
(String fontKey, AFPFont font, int pointSize) Constructor for the AFPFontAttributesAFPFontInfo
(AFPFont afpFont, List<FontTriplet> tripletList) Main constructor -
Uses of AFPFont in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPFontModifier and TypeMethodDescriptionvoid
Add a font definition on the the map coded font object.void
AbstractPageObject.createFont
(int fontReference, AFPFont font, int size) Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the page.void
ActiveEnvironmentGroup.createFont
(int fontRef, AFPFont font, int size, int orientation) Method to create a map coded font object -
Uses of AFPFont in org.apache.fop.render.afp
Subclasses of AFPFont in org.apache.fop.render.afpFields in org.apache.fop.render.afp declared as AFPFontModifier and TypeFieldDescription(package private) final AFPFont
AFPPainter.DefaultPtocaProducer.afpFont
Methods in org.apache.fop.render.afp with parameters of type AFPFontModifier and TypeMethodDescription(package private) static AFPFontInfo
AFPFontConfig.AFPFontConfigData.getFontInfo
(AFPFont font, AFPFontConfig.AFPFontConfigData config)