public class FontDefinitionExt extends Object
Class contains font definition,
| Constructor and Description |
|---|
FontDefinitionExt(String fontName,
String familyName,
List<String> localizedFamilyNames,
int type,
String fileName,
long offset)
Initializes a new instance of the
FontDefinitionExt class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamilyName()
Gets the font family name.
|
String |
getFileName()
Gets the name of the file.
|
com.aspose.fonts.IFont |
getFont()
Gets the font.
|
com.aspose.fonts.sources.FontFileDefinition |
getFontFile()
Gets the font file.
|
String |
getFontName()
Gets the name of the font.
|
String |
getPostscriptName()
Gets the postscript name of the font.
|
String |
getStyle()
Gets the font style.
|
int |
getType()
Gets the font type.
|
public FontDefinitionExt(String fontName, String familyName, List<String> localizedFamilyNames, int type, String fileName, long offset)
Initializes a new instance of the FontDefinitionExt class.
fontName - Name of the font.familyName - Family of the font.localizedFamilyNames - Localized font family names.type - The type.fileName - Name of the file.offset - The offset.public final String getFamilyName()
Gets the font family name.
Value: The font family name.public final String getStyle()
Gets the font style.
Value: The font style.public final String getFontName()
Gets the name of the font.
Value: The name of the font.public final String getPostscriptName()
Gets the postscript name of the font.
Value: The postscript name of the font.public final int getType()
Gets the font type.
Value: The font type.public final com.aspose.fonts.sources.FontFileDefinition getFontFile()
Gets the font file.
Value: The font file.public final String getFileName()
Gets the name of the file.
Value: The name of the file.public final com.aspose.fonts.IFont getFont()
Gets the font.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.