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