public class FontType1Converter extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Character,Character> |
apsEncoding |
| Constructor and Description |
|---|
FontType1Converter() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
convertType1ToFonts(com.aspose.eps.postscript.PSDictionary fd) |
static void |
convertType1ToTTF(byte[] type1FontBytes,
String fontFileNameWithoutExtension,
com.aspose.font.FontType1Converter.Type1FileType fileType,
String outputDir) |
static void |
convertType1ToTTF(InputStream type1FontStream,
com.aspose.font.FontType1Converter.Type1FileType fileType,
OutputStream outTtfStream) |
static void |
convertType1ToTTF(InputStream type1FontStream,
String fontFileNameWithoutExtension,
com.aspose.font.FontType1Converter.Type1FileType fileType,
String outputDir) |
static void |
convertType1ToTTF(String type1FontFilePath,
String outputDir) |
static com.aspose.font.GlyphId |
decodeToGid(com.aspose.font.EncodingArray encodingArray,
char charCode) |
static char |
getEncodedChar(char code) |
static String |
getKey(HashMap<String,Character> oldToNew,
int value) |
static HashMap<String,Integer> |
getReverseEncodingDicitonary(HashMap<Integer,String> encoding) |
public static void convertType1ToTTF(InputStream type1FontStream, String fontFileNameWithoutExtension, com.aspose.font.FontType1Converter.Type1FileType fileType, String outputDir) throws Exception
Exceptionpublic static void convertType1ToTTF(InputStream type1FontStream, com.aspose.font.FontType1Converter.Type1FileType fileType, OutputStream outTtfStream) throws Exception
Exceptionpublic static void convertType1ToTTF(byte[] type1FontBytes,
String fontFileNameWithoutExtension,
com.aspose.font.FontType1Converter.Type1FileType fileType,
String outputDir)
public static Object[] convertType1ToFonts(com.aspose.eps.postscript.PSDictionary fd) throws IOException
IOExceptionpublic static com.aspose.font.GlyphId decodeToGid(com.aspose.font.EncodingArray encodingArray,
char charCode)
public static char getEncodedChar(char code)
Copyright © 2025 Aspose. All Rights Reserved.