public static class TextDefaults.DefaultFontStrategy
extends com.aspose.ms.System.Enum
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.
|
public static final int SystemFont
public static final int PredefinedFont
public static final int ListOfFonts
public static final int TheFirstSuitableFoundFont
Copyright © 2022 Aspose. All Rights Reserved.