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.bfranges
Deprecated.protected List<CMapSegment>
CustomFont.cmap
the 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 TypeMethodDescriptionvoid
CustomFont.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 void
PSFontUtils.buildCharStrings
(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, Set<String> glyphNames, CustomFont font) private static void
PSFontUtils.createType42DictionaryEntries
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile) private static org.apache.xmlgraphics.ps.PSResource
PSFontUtils.defineDerivedTrueTypeFont
(org.apache.xmlgraphics.ps.PSGenerator gen, PSEventProducer eventProducer, String baseFontName, String fontName, SingleByteEncoding encoding, CMapSegment[] cmap) private static int
PSFontUtils.getGlyphIndex
(char c, CMapSegment[] cmap)