Uses of Class
org.apache.fop.fonts.CMapSegment
Packages that use CMapSegment
Package
Description
Classes for font handling.
Classes for TrueType fonts.
PostScript Renderer
-
Uses of CMapSegment in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type CMapSegmentModifier and TypeFieldDescriptionprivate List<CMapSegment> XMLFontMetricsReader.bfrangesDeprecated.protected List<CMapSegment> CustomFont.cmapthe character map, mapping Unicode ranges to glyph indices.Methods in org.apache.fop.fonts that return CMapSegmentMethods in org.apache.fop.fonts with parameters of type CMapSegmentModifier and TypeMethodDescriptionvoidCustomFont.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 CMapSegmentMethods in org.apache.fop.fonts.truetype that return CMapSegmentMethods in org.apache.fop.fonts.truetype that return types with arguments of type CMapSegmentModifier and TypeMethodDescriptionOpenFont.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 CMapSegmentModifier and TypeMethodDescriptionprivate static voidPSFontUtils.buildCharStrings(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, Set<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, String baseFontName, String fontName, SingleByteEncoding encoding, CMapSegment[] cmap) private static intPSFontUtils.getGlyphIndex(char c, CMapSegment[] cmap)