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. -
-
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 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
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.
-