Uses of Class
org.docx4j.fonts.fop.fonts.CMapSegment
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
-
Uses of CMapSegment in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts with type parameters of type CMapSegment Modifier and Type Field Description protected java.util.List<CMapSegment>CustomFont. cmapthe character map, mapping Unicode ranges to glyph indices.Methods in org.docx4j.fonts.fop.fonts that return CMapSegment Modifier and Type Method Description CMapSegment[]CustomFont. getCMap()Returns the character map for this font.Methods in org.docx4j.fonts.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.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.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.