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.render.intermediate -
-
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.CharSequence
GlyphSubstitutionTable. 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.CharSequence
KhmerScriptProcessor. preProcess(java.lang.CharSequence charSequence, MultiByteFont font, java.util.List associations)
java.lang.CharSequence
ScriptProcessor. 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 class
CFFToType1Font
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
Methods in org.apache.fop.fonts.truetype with parameters of type MultiByteFont Modifier and Type Method Description void
OpenFont. readFont(FontFileReader in, java.lang.String header, MultiByteFont mbfont)
Reads a font.void
OTFSubSetFile. readFont(FontFileReader in, java.lang.String embeddedName, MultiByteFont mbFont)
-
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 void
AbstractIFPainter. drawSVGText(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, java.lang.String text, IFState state)
-