Uses of Class
org.apache.fop.fonts.truetype.OpenFont
Packages that use OpenFont
Package
Description
Classes for TrueType fonts.
-
Uses of OpenFont in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as OpenFontConstructors in org.apache.fop.complexscripts.fonts with parameters of type OpenFontModifierConstructorDescriptionConstruct anOTFAdvancedTypographicTableReader
instance. -
Uses of OpenFont in org.apache.fop.fonts.truetype
Subclasses of OpenFont in org.apache.fop.fonts.truetypeModifier and TypeClassDescriptionclass
class
Reads an OpenType CFF file and generates a subset The OpenType specification can be found at the Microsoft Typography site: http://www.microsoft.com/typography/otspec/class
class
Reads a TrueType file or a TrueType Collection.class
Reads a TrueType file and generates a subset that can be used to embed a TrueType CID font.Methods in org.apache.fop.fonts.truetype with parameters of type OpenFontModifier and TypeMethodDescriptionprivate void
private void
OFFontLoader.copyAdvanced
(OpenFont otf) Copy advanced typographic information.private void
OFFontLoader.copyGlyphMetricsSingleByte
(OpenFont otf) private void
OFFontLoader.copyKerning
(OpenFont otf, boolean isCid) Copy kerning information.private CMapSegment[]
Constructors in org.apache.fop.fonts.truetype with parameters of type OpenFontModifierConstructorDescription(package private)
UnicodeMapping
(OpenFont font, int glyphIndex, int unicodeIndex) -
Uses of OpenFont in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as OpenFontModifier and TypeFieldDescriptionprotected OpenFont
PCLCharacterWriter.openFont
private OpenFont
PCLSoftFont.openFont
Methods in org.apache.fop.render.pcl.fonts that return OpenFontModifier and TypeMethodDescriptionabstract OpenFont
PCLFontReader.getFontFile()
PCLSoftFont.getOpenFont()
Methods in org.apache.fop.render.pcl.fonts with parameters of type OpenFont -
Uses of OpenFont in org.apache.fop.render.pcl.fonts.truetype
Methods in org.apache.fop.render.pcl.fonts.truetype that return OpenFont