JavaScript is disabled on your browser.
java.lang.Object
com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.pdf.TextDefaults.DefaultFontStrategy
Nested Class Summary
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
Field Summary
Fields
Modifier and Type
Field and Description
static int
ListOfFonts
Use default font from predefined list of Font instances.
static int
PredefinedFont
Use default font that.
static int
SystemFont
Use default system font Helvetica or it's substituted analogue.
static int
TheFirstSuitableFoundFont
The first font found will be used, containing all the necessary characters for the text.
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
Method Summary
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
Field Detail
ListOfFonts
public static final int ListOfFonts
Use default font from predefined list of Font instances. Can be set using setDefaultFonts(List of Font instances)
Will be used the first found font that contains all required characters for text.
If such font not found - will be used System font.
See Also:
Constant Field Values
TheFirstSuitableFoundFont
public static final int TheFirstSuitableFoundFont
The first font found will be used, containing all the necessary characters for the text.
All fonts found will be involved.
If such font not found - will be used System font.
See Also:
Constant Field Values