Package org.apache.fop.render.afp.fonts

Class Summary
AFPFontReader The AFPFontReader is responsible for reading the font attributes from binary code page files and the character set metric files.
BaseFont All implemenations of AFP fonts should extend this base class, the object implements the FontMetrics information.
CharacterSet The IBM Font Object Content Architecture (FOCA) supports presentation of character shapes by defining their characteristics, which include font description information for identifying the characters, font metric information for positioning the characters, and character shape information for presenting the character images.
CharacterSetOrientation The IBM Font Object Content Architecture (FOCA) supports presentation of character shapes by defining their characteristics, which include Font-Description information for identifying the characters, Font-Metric information for positioning the characters, and Character-Shape information for presenting the character images.
FontCollection The class provides a wrapper for the collection of installed fonts.
FontFactory A singleton factory for obtaining a collection of fonts.
FontFamily The font family is a collection of font resource information relating to a particular font identified by the font name.
FontHandler This is the sax handler that will be responsible for parsing the font details held in afp-fonts.xml file which should reside on the classpath.
FontSetup A helper class to set up the FontInfoobject with the apropriate font metrics.
OutlineFont A font defined as a set of lines and curves as opposed to a bitmap font.
RasterFont A font where each character is stored as an array of pixels (a bitmap).