public class GlyphMapReader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GlyphMapReader.GlyphMapping |
| Constructor and Description |
|---|
GlyphMapReader() |
| Modifier and Type | Method and Description |
|---|---|
static List<GlyphMapReader.GlyphMapping> |
readCharCodesToGlyphs(Map<Integer,Integer> charCodeToGlyphIds,
org.apache.fontbox.encoding.Encoding encoding) |
static List<GlyphMapReader.GlyphMapping> |
readGlyphsToNames(Map<Integer,String> idToNames,
org.apache.fontbox.encoding.Encoding encoding) |
public static List<GlyphMapReader.GlyphMapping> readGlyphsToNames(Map<Integer,String> idToNames, org.apache.fontbox.encoding.Encoding encoding)
public static List<GlyphMapReader.GlyphMapping> readCharCodesToGlyphs(Map<Integer,Integer> charCodeToGlyphIds, org.apache.fontbox.encoding.Encoding encoding)
Copyright © 2018. All rights reserved.