Uses of Class
org.apache.fop.afp.fonts.CharacterSet
-
Packages that use CharacterSet Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.afp.goca Contains a collection of AFP font related classes.org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of CharacterSet in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type CharacterSet Modifier and Type Method Description void
DataStream. createText(AFPTextDataInfo textDataInfo, int letterSpacing, int wordSpacing, Font font, CharacterSet charSet)
Helper method to create text on the current page, this method delegates to the current presentation text object in order to construct the text.void
AFPResourceManager. embedFont(AFPFont afpFont, CharacterSet charSet)
Handles font embedding. -
Uses of CharacterSet in org.apache.fop.afp.fonts
Subclasses of CharacterSet in org.apache.fop.afp.fonts Modifier and Type Class Description class
FopCharacterSet
A Character set for a normal FOP fontFields in org.apache.fop.afp.fonts declared as CharacterSet Modifier and Type Field Description protected CharacterSet
AbstractOutlineFont. charSet
The character set for this fontMethods in org.apache.fop.afp.fonts that return CharacterSet Modifier and Type Method Description CharacterSet
CharacterSetBuilder. build(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, Typeface typeface, AFPEventProducer eventProducer)
Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.CharacterSet
CharacterSetBuilder. build(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, Typeface typeface, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
CharacterSet
CharacterSetBuilder. buildDBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, CharacterSetType charsetType, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.CharacterSet
CharacterSetBuilder. buildSBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.CharacterSet
AbstractOutlineFont. getCharacterSet()
Get the character set metrics.CharacterSet
AbstractOutlineFont. getCharacterSet(int size)
Get the character set metrics.abstract CharacterSet
AFPFont. getCharacterSet(int size)
Returns the character set for a given sizeCharacterSet
RasterFont. getCharacterSet(int sizeInMpt)
Get the character set metrics for the specified point size.Methods in org.apache.fop.afp.fonts with parameters of type CharacterSet Modifier and Type Method Description void
RasterFont. addCharacterSet(int size, CharacterSet characterSet)
Adds the character set for the given point sizeConstructors in org.apache.fop.afp.fonts with parameters of type CharacterSet Constructor Description AbstractOutlineFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer)
Constructor for an outline font.DoubleByteFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer)
Constructor for an double-byte outline font.OutlineFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer)
Construct outline font with specified name and character set. -
Uses of CharacterSet in org.apache.fop.afp.goca
Constructors in org.apache.fop.afp.goca with parameters of type CharacterSet Constructor Description GraphicsCharacterString(java.lang.String str, int x, int y, CharacterSet charSet)
Constructor (absolute positioning) -
Uses of CharacterSet in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type CharacterSet Modifier and Type Method Description void
GraphicsObject. addString(java.lang.String str, int x, int y, CharacterSet charSet)
Adds a string -
Uses of CharacterSet in org.apache.fop.render.afp
Constructors in org.apache.fop.render.afp with parameters of type CharacterSet Constructor Description AFPTrueTypeFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer, java.lang.String ttc, java.net.URI uri)
-