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. bfranges
Deprecated.protected java.util.List<CMapSegment>
CustomFont. cmap
the 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 void
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 CMapSegment Modifier and Type Field Description private java.util.List<CMapSegment>
OpenFont. cmaps
Methods 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 void
PSFontUtils. buildCharStrings(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, java.util.Set<java.lang.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, java.lang.String baseFontName, java.lang.String fontName, SingleByteEncoding encoding, CMapSegment[] cmap)
private static int
PSFontUtils. getGlyphIndex(char c, CMapSegment[] cmap)
-