Uses of Class
org.apache.fop.fonts.CMapSegment
-
Packages that use CMapSegment Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.ps PostScript Renderer -
-
Uses of CMapSegment in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type CMapSegment Modifier and Type Field Description private java.util.List<CMapSegment>XMLFontMetricsReader. bfrangesDeprecated.protected java.util.List<CMapSegment>CustomFont. cmapthe character map, mapping Unicode ranges to glyph indices.Methods in org.apache.fop.fonts that return CMapSegment Modifier and Type Method Description CMapSegment[]CustomFont. getCMap()Returns the character map for this font.Methods in org.apache.fop.fonts with parameters of type CMapSegment Modifier and Type Method Description voidCustomFont. setCMap(CMapSegment[] cmap)Sets the character map for this font. -
Uses of CMapSegment in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype with type parameters of type CMapSegment Modifier and Type Field Description private java.util.List<CMapSegment>OpenFont. cmapsMethods in org.apache.fop.fonts.truetype that return CMapSegment Modifier and Type Method Description private CMapSegment[]OFFontLoader. getCMap(OpenFont otf)Methods in org.apache.fop.fonts.truetype that return types with arguments of type CMapSegment Modifier and Type Method Description java.util.List<CMapSegment>OpenFont. getCMaps()Returns this font's character to glyph mapping. -
Uses of CMapSegment in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type CMapSegment Modifier and Type Method Description private static voidPSFontUtils. buildCharStrings(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, java.util.Set<java.lang.String> glyphNames, CustomFont font)private static voidPSFontUtils. createType42DictionaryEntries(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile)private static org.apache.xmlgraphics.ps.PSResourcePSFontUtils. defineDerivedTrueTypeFont(org.apache.xmlgraphics.ps.PSGenerator gen, PSEventProducer eventProducer, java.lang.String baseFontName, java.lang.String fontName, SingleByteEncoding encoding, CMapSegment[] cmap)private static intPSFontUtils. getGlyphIndex(char c, CMapSegment[] cmap)
-