public class PostScriptTtfFontSaver extends Object
| Constructor and Description |
|---|
PostScriptTtfFontSaver(com.aspose.font.Font font,
List<byte[]> ttfFileChunks,
int maxTtfFileChunkLength) |
| Modifier and Type | Method and Description |
|---|---|
static com.aspose.font.FontSaverBase |
createSaver(com.aspose.font.Font arg0,
com.aspose.ms.System.IO.Stream arg1,
int arg2) |
static com.aspose.font.WoffToTtfSaver |
createWoffSaver(com.aspose.font.StreamSource arg0,
com.aspose.ms.System.IO.Stream arg1) |
void |
endCallbackOperation(com.aspose.font.ICallbackOperationParams args) |
static com.aspose.font.TtfCMapFormatBaseTable |
getFirstCMapTable(com.aspose.font.TtfFont font) |
com.aspose.font.Font |
getFont() |
long |
getWrittenLength() |
void |
save() |
void |
setSaveRequirements(int arg0) |
void |
startCallbackOperation(com.aspose.font.ICallbackOperationParams args) |
public PostScriptTtfFontSaver(com.aspose.font.Font font,
List<byte[]> ttfFileChunks,
int maxTtfFileChunkLength)
public void startCallbackOperation(com.aspose.font.ICallbackOperationParams args)
public void endCallbackOperation(com.aspose.font.ICallbackOperationParams args)
public static com.aspose.font.TtfCMapFormatBaseTable getFirstCMapTable(com.aspose.font.TtfFont font)
public void save()
public void setSaveRequirements(int arg0)
public static com.aspose.font.FontSaverBase createSaver(com.aspose.font.Font arg0,
com.aspose.ms.System.IO.Stream arg1,
int arg2)
public static com.aspose.font.WoffToTtfSaver createWoffSaver(com.aspose.font.StreamSource arg0,
com.aspose.ms.System.IO.Stream arg1)
public long getWrittenLength()
public com.aspose.font.Font getFont()
Copyright © 2025 Aspose. All Rights Reserved.