Uses of Class
org.apache.fop.fonts.MultiByteFont
Packages that use MultiByteFont
Package
Description
Classes for font handling.
Classes for TrueType fonts.
Classes for handling the low-level creation of PDF documents.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PostScript Renderer
-
Uses of MultiByteFont in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts with parameters of type MultiByteFontModifier and TypeMethodDescriptionGlyphSubstitutionTable.preProcess(CharSequence charSequence, String script, MultiByteFont font, List associations) -
Uses of MultiByteFont in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts with parameters of type MultiByteFontModifier and TypeMethodDescriptionKhmerScriptProcessor.preProcess(CharSequence charSequence, MultiByteFont font, List associations) ScriptProcessor.preProcess(CharSequence charSequence, MultiByteFont font, List associations) -
Uses of MultiByteFont in org.apache.fop.fonts
Subclasses of MultiByteFont in org.apache.fop.fontsFields in org.apache.fop.fonts declared as MultiByteFontModifier and TypeFieldDescriptionprivate final MultiByteFontCIDFull.fontprivate final MultiByteFontCIDSubset.fontprivate MultiByteFontXMLFontMetricsReader.multiFontDeprecated.Constructors in org.apache.fop.fonts with parameters of type MultiByteFont -
Uses of MultiByteFont in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as MultiByteFontModifier and TypeFieldDescriptionprivate MultiByteFontOTFSubSetFile.mbFontThe class used to represent this fontprivate MultiByteFontOFFontLoader.multiFontMethods in org.apache.fop.fonts.truetype with parameters of type MultiByteFontModifier and TypeMethodDescriptionvoidOpenFont.readFont(FontFileReader in, String header, MultiByteFont mbfont) Reads a font.voidOTFSubSetFile.readFont(FontFileReader in, String embeddedName, MultiByteFont mbFont) (package private) voidOTFSubSetFile.readFont(FontFileReader in, String embeddedName, MultiByteFont mbFont, Map<Integer, Integer> usedGlyphs) Reads and creates a subset of the font. -
Uses of MultiByteFont in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type MultiByteFontModifier and TypeMethodDescriptionprivate byte[]PDFFactory.getFontSubsetBytes(FontFileReader reader, MultiByteFont mbfont, String header, String fontPrefix, FontDescriptor desc, boolean isCFF) -
Uses of MultiByteFont in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type MultiByteFontModifier and TypeMethodDescriptionprotected booleanAbstractIFPainter.drawSVGText(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, String text, IFState state) -
Uses of MultiByteFont in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return MultiByteFontModifier and TypeMethodDescriptionprivate static MultiByteFontJava2DUtil.getMultiByteFont(String fontName, FontInfo fontInfo) Returns an instance ofMultiByteFontfor the given font name.Methods in org.apache.fop.render.java2d with parameters of type MultiByteFontModifier and TypeMethodDescriptionprivate static GlyphVectorJava2DUtil.createGlyphVectorMultiByteFont(String text, Graphics2D g2d, MultiByteFont multiByteFont) Creates aGlyphVectorusing glyph indexes instead of characters. -
Uses of MultiByteFont in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type MultiByteFontModifier and TypeMethodDescriptionprivate static voidPSFontUtils.composeType0Font(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font) private static voidPSFontUtils.embedType2CFF(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font, InputStream fontStream) private static org.apache.xmlgraphics.ps.PSResourcePSFontUtils.embedType2CIDFont(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font, InputStream fontStream)