org.apache.fop.render.afp.fonts |
|
Java Source File Name | Type | Comment |
AFPFont.java | Class | All implemenations of AFP fonts should extend this base class,
the object implements the FontMetrics information. |
AFPFontInfo.java | Class | |
AFPFontReader.java | Class | The AFPFontReader is responsible for reading the font attributes from binary
code page files and the character set metric files. |
CharacterSet.java | Class | 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.
Presenting a graphic character on a presentation surface requires
information on the rotation and position of character on the physical
or logical page.
This class proivdes font metric information for a particular font
as identified by the character set name. |
CharacterSetOrientation.java | Class | 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. |
FopCharacterSet.java | Class | |
OutlineFont.java | Class | A font defined as a set of lines and curves as opposed to a bitmap font. |
RasterFont.java | Class | A font where each character is stored as an array of pixels (a bitmap). |