public static final class HtmlSaveOptions.FontSavingModes
extends com.aspose.ms.System.Enum
Enumerates modes that can be used for saving of fonts referenced in saved PDF
Modifier and Type | Field and Description |
---|---|
static int |
AlwaysSaveAsEOT
All referenced fonts will be saved and referenced as EOT-fonts
|
static int |
AlwaysSaveAsTTF
All referenced fonts will be saved and referenced as TTF-fonts
|
static int |
AlwaysSaveAsWOFF
All referenced fonts will be saved and referenced as WOFF-fonts
|
static int |
DontSave
All referenced fonts will not be saved.
|
static int |
SaveInAllFormats
All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT,
TTH,WOFF.
|
public static final int AlwaysSaveAsWOFF
All referenced fonts will be saved and referenced as WOFF-fonts
public static final int AlwaysSaveAsTTF
All referenced fonts will be saved and referenced as TTF-fonts
public static final int AlwaysSaveAsEOT
All referenced fonts will be saved and referenced as EOT-fonts
public static final int SaveInAllFormats
All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH,WOFF. It increases size of output data but makes output sutable for overhelming majority of web brawsers
public static final int DontSave
All referenced fonts will not be saved.