Uses of Class
org.apache.fop.fonts.MultiByteFont
-
Packages that use MultiByteFont Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.ps PostScript Renderer -
-
Uses of MultiByteFont in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts with parameters of type MultiByteFont Modifier and Type Method Description java.lang.CharSequenceGlyphSubstitutionTable. preProcess(java.lang.CharSequence charSequence, java.lang.String script, MultiByteFont font, java.util.List associations) -
Uses of MultiByteFont in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts with parameters of type MultiByteFont Modifier and Type Method Description java.lang.CharSequenceKhmerScriptProcessor. preProcess(java.lang.CharSequence charSequence, MultiByteFont font, java.util.List associations)java.lang.CharSequenceScriptProcessor. preProcess(java.lang.CharSequence charSequence, MultiByteFont font, java.util.List associations) -
Uses of MultiByteFont in org.apache.fop.fonts
Subclasses of MultiByteFont in org.apache.fop.fonts Modifier and Type Class Description classCFFToType1FontFields in org.apache.fop.fonts declared as MultiByteFont Modifier and Type Field Description private MultiByteFontCIDFull. fontprivate MultiByteFontCIDSubset. fontprivate MultiByteFontXMLFontMetricsReader. multiFontDeprecated.Constructors in org.apache.fop.fonts with parameters of type MultiByteFont Constructor Description CIDFull(MultiByteFont mbf)CIDSubset(MultiByteFont mbf) -
Uses of MultiByteFont in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as MultiByteFont Modifier and Type Field Description private MultiByteFontOTFSubSetFile. mbFontThe class used to represent this fontprivate MultiByteFontOFFontLoader. multiFontMethods in org.apache.fop.fonts.truetype with parameters of type MultiByteFont Modifier and Type Method Description voidOpenFont. readFont(FontFileReader in, java.lang.String header, MultiByteFont mbfont)Reads a font.voidOTFSubSetFile. readFont(FontFileReader in, java.lang.String embeddedName, MultiByteFont mbFont)(package private) voidOTFSubSetFile. readFont(FontFileReader in, java.lang.String embeddedName, MultiByteFont mbFont, java.util.Map<java.lang.Integer,java.lang.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 MultiByteFont Modifier and Type Method Description private byte[]PDFFactory. getFontSubsetBytes(FontFileReader reader, MultiByteFont mbfont, java.lang.String header, java.lang.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 MultiByteFont Modifier and Type Method Description protected voidAbstractIFPainter. drawSVGText(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, java.lang.String text, IFState state) -
Uses of MultiByteFont in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return MultiByteFont Modifier and Type Method Description private static MultiByteFontJava2DUtil. getMultiByteFont(java.lang.String fontName, FontInfo fontInfo)Returns an instance ofMultiByteFontfor the given font name.Methods in org.apache.fop.render.java2d with parameters of type MultiByteFont Modifier and Type Method Description private static java.awt.font.GlyphVectorJava2DUtil. createGlyphVectorMultiByteFont(java.lang.String text, java.awt.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 MultiByteFont Modifier and Type Method Description private static voidPSFontUtils. composeType0Font(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font)private static voidPSFontUtils. embedType2CFF(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font, java.io.InputStream fontStream)private static org.apache.xmlgraphics.ps.PSResourcePSFontUtils. embedType2CIDFont(org.apache.xmlgraphics.ps.PSGenerator gen, MultiByteFont font, java.io.InputStream fontStream)
-