|
fop 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMapSegment | |
---|---|
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 | |
---|---|
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 | |
---|---|
CMapSegment[] |
CustomFont.getCMap()
Returns the character map for this font. |
Methods in org.apache.fop.fonts with parameters of type CMapSegment | |
---|---|
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 | |
---|---|
java.util.List<CMapSegment> |
OpenFont.getCMaps()
Returns this font's character to glyph mapping. |
|
fop 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |