Uses of Class
org.apache.fop.fonts.truetype.OpenFont
-
Packages that use OpenFont Package Description org.apache.fop.complexscripts.fonts org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.pcl.fonts org.apache.fop.render.pcl.fonts.truetype -
-
Uses of OpenFont in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as OpenFont Modifier and Type Field Description private OpenFontOTFAdvancedTypographicTableReader. otfConstructors in org.apache.fop.complexscripts.fonts with parameters of type OpenFont Constructor Description OTFAdvancedTypographicTableReader(OpenFont otf, FontFileReader in)Construct anOTFAdvancedTypographicTableReaderinstance. -
Uses of OpenFont in org.apache.fop.fonts.truetype
Subclasses of OpenFont in org.apache.fop.fonts.truetype Modifier and Type Class Description classOTFFileclassOTFSubSetFileReads 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/classOTFSubSetWriterclassTTFFileReads a TrueType file or a TrueType Collection.classTTFSubSetFileReads 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 OpenFont Modifier and Type Method Description private voidOFFontLoader. buildFont(OpenFont otf, java.lang.String ttcFontName)private voidOFFontLoader. copyAdvanced(OpenFont otf)Copy advanced typographic information.private voidOFFontLoader. copyGlyphMetricsSingleByte(OpenFont otf)private voidOFFontLoader. copyKerning(OpenFont otf, boolean isCid)Copy kerning information.private CMapSegment[]OFFontLoader. getCMap(OpenFont otf)Constructors in org.apache.fop.fonts.truetype with parameters of type OpenFont Constructor Description 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 OpenFont Modifier and Type Field Description protected OpenFontPCLCharacterWriter. openFontprivate OpenFontPCLSoftFont. openFontMethods in org.apache.fop.render.pcl.fonts that return OpenFont Modifier and Type Method Description abstract OpenFontPCLFontReader. getFontFile()OpenFontPCLSoftFont. getOpenFont()Methods in org.apache.fop.render.pcl.fonts with parameters of type OpenFont Modifier and Type Method Description voidPCLSoftFont. setOpenFont(OpenFont openFont) -
Uses of OpenFont in org.apache.fop.render.pcl.fonts.truetype
Methods in org.apache.fop.render.pcl.fonts.truetype that return OpenFont Modifier and Type Method Description OpenFontPCLTTFFontReader. getFontFile()
-