Uses of Class
org.apache.fop.fonts.Typeface
Packages that use Typeface
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
An AFP Renderer implementation and supporting classes.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PostScript Renderer
-
Uses of Typeface in org.apache.fop.afp.fonts
Subclasses of Typeface in org.apache.fop.afp.fontsModifier and TypeClassDescriptionclassA font defined as a set of lines and curves as opposed to a bitmap font.classAll implementations of AFP fonts should extend this base class, the object implements the FontMetrics information.classImplementation ofAbstractOutlineFontthat supports double-byte fonts (CID Keyed font (Type 0)).classDefault implementation of AbstractOutlineFont.classA font where each character is stored as an array of pixels (a bitmap).Methods in org.apache.fop.afp.fonts with parameters of type TypefaceModifier and TypeMethodDescriptionCharacterSetBuilder.build(String characterSetName, String codePageName, String encoding, Typeface typeface, AFPEventProducer eventProducer) Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.CharacterSetBuilder.build(String characterSetName, String codePageName, String encoding, Typeface typeface, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Constructors in org.apache.fop.afp.fonts with parameters of type TypefaceModifierConstructorDescriptionFopCharacterSet(String codePage, String encoding, String name, Typeface charSet, AFPEventProducer eventProducer) Constructor for the CharacterSetMetric object, the character set is used to load the font information from the actual AFP font.FopCharacterSet(String codePage, String encoding, String name, Typeface charSet, AFPResourceAccessor accessor, AFPEventProducer eventProducer) -
Uses of Typeface in org.apache.fop.fonts
Subclasses of Typeface in org.apache.fop.fontsModifier and TypeClassDescriptionclassBase class for all Base 14 fonts.classclassAbstract base class for CID fonts.classAbstract base class for custom fonts loaded from files, for example.classThis class is used to defer the loading of a font until it is really used.classGeneric MultiByte (CID) fontclassGeneric SingleByte fontMethods in org.apache.fop.fonts that return TypefaceModifier and TypeMethodDescriptionXMLFontMetricsReader.getFont()Deprecated.Get the generated font objectLazyFont.getRealFont()Gets the real font.Methods in org.apache.fop.fonts that return types with arguments of type Typeface -
Uses of Typeface in org.apache.fop.fonts.base14
Subclasses of Typeface in org.apache.fop.fonts.base14Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Typeface in org.apache.fop.render.afp
Subclasses of Typeface in org.apache.fop.render.afp -
Uses of Typeface in org.apache.fop.render.java2d
Subclasses of Typeface in org.apache.fop.render.java2dModifier and TypeClassDescriptionclassFontMetricsMapper that delegates most methods to an underlyingFontMetricsinstance.classThis class implements org.apache.fop.layout.FontMetrics and is added to the hash table in FontInfo.Methods in org.apache.fop.render.java2d that return Typeface -
Uses of Typeface in org.apache.fop.render.pcl
Fields in org.apache.fop.render.pcl with type parameters of type TypefaceModifier and TypeFieldDescriptionprotected Map<PCLSoftFontManager, Map<Typeface, Long>> PCLGenerator.fontManagerMapprotected Map<Typeface, PCLFontReader> PCLGenerator.fontReaderMapMethods in org.apache.fop.render.pcl with parameters of type TypefaceModifier and TypeMethodDescriptionvoidPCLGenerator.addFont(PCLSoftFontManager sfManager, Typeface font) -
Uses of Typeface in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as TypefaceMethods in org.apache.fop.render.pcl.fonts that return TypefaceMethods in org.apache.fop.render.pcl.fonts with parameters of type TypefaceModifier and TypeMethodDescriptionstatic PCLFontReaderPCLFontReaderFactory.createInstance(Typeface font) PCLSoftFontManager.getSoftFont(Typeface font, String text) Finds a soft font associated with the given typeface.intPCLSoftFontManager.getSoftFontID(Typeface tf) PCLSoftFontManager.getTextSegments(String text, Typeface font) PCLSoftFontManager.makeSoftFont(Typeface font, String text) Constructors in org.apache.fop.render.pcl.fonts with parameters of type TypefaceModifierConstructorDescriptionPCLFontReader(Typeface font) PCLSoftFont(int fontID, Typeface font, boolean multiByteFont) Constructor parameters in org.apache.fop.render.pcl.fonts with type arguments of type Typeface -
Uses of Typeface in org.apache.fop.render.pcl.fonts.truetype
Constructors in org.apache.fop.render.pcl.fonts.truetype with parameters of type Typeface -
Uses of Typeface in org.apache.fop.render.ps
Method parameters in org.apache.fop.render.ps with type arguments of type TypefaceModifier and TypeMethodDescriptionstatic MapPSFontUtils.determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, FontInfo fontInfo, Map<String, Typeface> fonts) Determines the set of fonts that will be supplied with the PS file and registers them with the resource tracker.static MapPSFontUtils.writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, Map<String, Typeface> fonts, PSEventProducer eventProducer) Generates the PostScript code for the font dictionary.