public class FontsSubsystem extends Object
The fonts subsystem.
Constructor and Description |
---|
FontsSubsystem() |
FontsSubsystem(com.aspose.ms.System.Collections.Generic.Dictionary<String,String> fontsSubstitutions)
Initializes a new instance of the
FontsSubsystem class. |
Modifier and Type | Method and Description |
---|---|
void |
addFontSubstitution(String substituted,
String substitution)
The add font substitution.
|
com.aspose.ms.System.Drawing.FontFamily |
getFontFamily(String fontName)
The get font family.
|
public void addFontSubstitution(String substituted, String substitution)
The add font substitution.
substituted
- The substituted.substitution
- The substitution.public com.aspose.ms.System.Drawing.FontFamily getFontFamily(String fontName)
The get font family.
fontName
- The font name.FontFamily
.Copyright (c) 2016 Aspose. All Rights Reserved.