FontDefinition.FontDefinition
Contents
[
Hide
]FontDefinition(FontType, string, StreamSource)
Creates single-file Font definition.
public FontDefinition(FontType fontType, string fileExtension, StreamSource streamSource)
| Parameter | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fileExtension | String | Font file extension. |
| streamSource | StreamSource | Font stream source. |
See Also
- enum FontType
- class StreamSource
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(FontType, StreamSource)
Creates single-file Font definition.
public FontDefinition(FontType fontType, StreamSource streamSource)
| Parameter | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| streamSource | StreamSource | Font stream source. |
See Also
- enum FontType
- class StreamSource
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(string, FontType, string, StreamSource)
Creates single-file Font definition.
public FontDefinition(string fontName, FontType fontType, string fileExtension,
StreamSource streamSource)
| Parameter | Type | Description |
|---|---|---|
| fontName | String | Font name. |
| fontType | FontType | Font type. |
| fileExtension | String | Font file extension. |
| streamSource | StreamSource | Font stream source. |
See Also
- enum FontType
- class StreamSource
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(FontType, FontFileDefinition)
Creates single-file Font definition.
public FontDefinition(FontType fontType, FontFileDefinition fileDefinition)
| Parameter | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fileDefinition | FontFileDefinition | FontFileDefinition. |
See Also
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(string, FontType, FontFileDefinition)
Creates single-file Font definition.
public FontDefinition(string fontName, FontType fontType, FontFileDefinition fileDefinition)
| Parameter | Type | Description |
|---|---|---|
| fontName | String | Font name. |
| fontType | FontType | Font type. |
| fileDefinition | FontFileDefinition | FontFileDefinition. |
See Also
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition)
Creates single-file Font definition.
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition fileDefinition)
| Parameter | Type | Description |
|---|---|---|
| fontName | String | Font name. |
| postscriptName | String | Postscript Font name. |
| fontType | FontType | Font type. |
| fileDefinition | FontFileDefinition | FontFileDefinition. |
See Also
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(FontType, FontFileDefinition[])
Creates multi-file Font definition.
public FontDefinition(FontType fontType, FontFileDefinition[] fileDefinitions)
| Parameter | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fileDefinitions | FontFileDefinition[] | Array of FontFileDefinition objects. |
See Also
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition[])
Creates multi-file Font definition.
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition[] fileDefinitions)
| Parameter | Type | Description |
|---|---|---|
| fontName | String | Font name. |
| postscriptName | String | Postscript Font name. |
| fontType | FontType | Font type. |
| fileDefinitions | FontFileDefinition[] | Array of FontFileDefinition objects. |
See Also
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition)
Creates multi-file Font definition.
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition fileDefinition)
| Parameter | Type | Description |
|---|---|---|
| fontNames | MultiLanguageString | Font names. |
| postscriptNames | MultiLanguageString | Postscript Font names. |
| fontType | FontType | Font type. |
| fileDefinition | FontFileDefinition | FontFileDefinition. |
See Also
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition[])
Creates multi-file Font definition.
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition[] fileDefinitions)
| Parameter | Type | Description |
|---|---|---|
| fontNames | MultiLanguageString | Font names. |
| postscriptNames | MultiLanguageString | Postscript Font names. |
| fontType | FontType | Font type. |
| fileDefinitions | FontFileDefinition[] | Array of FontFileDefinition objects. |
See Also
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font