Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.truetype |
Classes for TrueType fonts.
|
Modifier and Type | Field and Description |
---|---|
protected List<CMapSegment> |
CustomFont.cmap
the character map, mapping Unicode ranges to glyph indices.
|
Modifier and Type | Method and Description |
---|---|
CMapSegment[] |
CustomFont.getCMap()
Returns the character map for this font.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomFont.setCMap(CMapSegment[] cmap)
Sets the character map for this font.
|
Modifier and Type | Method and Description |
---|---|
List<CMapSegment> |
OpenFont.getCMaps()
Returns this font's character to glyph mapping.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.