org.apache.fop.fonts |
org.apache.fop.fonts Package
Classes for font handling. Subpackages contain command line applications for font metrics generation, font parsing classes etc.
|
Java Source File Name | Type | Comment |
BFEntry.java | Class | This is just a holder class for bfentries, groups of characters of a base font (bf). |
CachedFontInfo.java | Class | |
CIDFont.java | Class | Abstract base class for CID fonts. |
CIDFontType.java | Class | This class enumerates all supported CID font types. |
CustomFont.java | Class | Abstract base class for custom fonts loaded from files, for example. |
EmbedFontInfo.java | Class | |
Font.java | Class | This class holds font state information and provides access to the font
metrics. |
FontCache.java | Class | |
FontDescriptor.java | Interface | This interface enhances the font metrics interface with access methods to
value needed to register fonts in various target formats like PDF or
PostScript. |
FontInfo.java | Class | The FontInfo for the layout and rendering of a fo document.
This stores the list of available fonts that are setup by
the renderer. |
FontLoader.java | Class | Base class for font loaders. |
FontMetrics.java | Interface | Main interface for access to font metrics. |
FontReader.java | Class | Class for reading a metric.xml file and creating a font object. |
FontResolver.java | Interface | This interface is used to resolve absolute and relative font URIs. |
FontSetup.java | Class | Default fonts for FOP application; currently this uses PDF's fonts
by default. |
FontTriplet.java | Class | |
FontType.java | Class | This class enumerates all supported font types. |
FontUtil.java | Class | Font utilities. |
Glyphs.java | Class | This class provides a number of constants for glyph management. |
LazyFont.java | Class | This class is used to defer the loading of a font until it is really used. |
MultiByteFont.java | Class | |
MutableFont.java | Interface | This interface is used to set the values of a font during configuration time. |
SingleByteFont.java | Class | |
Typeface.java | Class | |