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 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 |
---|---|
java.util.List<CMapSegment> |
TTFFile.getCMaps()
Returns this font's character to glyph mapping.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.