FontDefinition
内容
[
隐藏
]FontDefinition(FontType, string, StreamSource)
创建单文件字体定义。
public FontDefinition(FontType fontType, string fileExtension, StreamSource streamSource)
范围 | 类型 | 描述 |
---|---|---|
fontType | FontType | 字体类型。 |
fileExtension | String | 字体文件扩展名。 |
streamSource | StreamSource | 字体流源。 |
也可以看看
- enum FontType
- class StreamSource
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(FontType, StreamSource)
创建单文件字体定义。
public FontDefinition(FontType fontType, StreamSource streamSource)
范围 | 类型 | 描述 |
---|---|---|
fontType | FontType | 字体类型。 |
streamSource | StreamSource | 字体流源。 |
也可以看看
- enum FontType
- class StreamSource
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(string, FontType, string, StreamSource)
创建单文件字体定义。
public FontDefinition(string fontName, FontType fontType, string fileExtension,
StreamSource streamSource)
范围 | 类型 | 描述 |
---|---|---|
fontName | String | 字体名称。 |
fontType | FontType | 字体类型。 |
fileExtension | String | 字体文件扩展名。 |
streamSource | StreamSource | 字体流源。 |
也可以看看
- enum FontType
- class StreamSource
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(FontType, FontFileDefinition)
创建单文件字体定义。
public FontDefinition(FontType fontType, FontFileDefinition fileDefinition)
范围 | 类型 | 描述 |
---|---|---|
fontType | FontType | 字体类型。 |
fileDefinition | FontFileDefinition | 字体文件定义。 |
也可以看看
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(string, FontType, FontFileDefinition)
创建单文件字体定义。
public FontDefinition(string fontName, FontType fontType, FontFileDefinition fileDefinition)
范围 | 类型 | 描述 |
---|---|---|
fontName | String | 字体名称。 |
fontType | FontType | 字体类型。 |
fileDefinition | FontFileDefinition | 字体文件定义。 |
也可以看看
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition)
创建单文件字体定义。
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition fileDefinition)
范围 | 类型 | 描述 |
---|---|---|
fontName | String | 字体名称。 |
postscriptName | String | Postscript 字体名称。 |
fontType | FontType | 字体类型。 |
fileDefinition | FontFileDefinition | 字体文件定义。 |
也可以看看
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(FontType, FontFileDefinition[])
创建多文件字体定义。
public FontDefinition(FontType fontType, FontFileDefinition[] fileDefinitions)
范围 | 类型 | 描述 |
---|---|---|
fontType | FontType | 字体类型。 |
fileDefinitions | FontFileDefinition[] | FontFileDefinition 对象数组。 |
也可以看看
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(string, string, FontType, FontFileDefinition[])
创建多文件字体定义。
public FontDefinition(string fontName, string postscriptName, FontType fontType,
FontFileDefinition[] fileDefinitions)
范围 | 类型 | 描述 |
---|---|---|
fontName | String | 字体名称。 |
postscriptName | String | Postscript 字体名称。 |
fontType | FontType | 字体类型。 |
fileDefinitions | FontFileDefinition[] | FontFileDefinition 对象数组。 |
也可以看看
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition)
创建多文件字体定义。
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition fileDefinition)
范围 | 类型 | 描述 |
---|---|---|
fontNames | MultiLanguageString | 字体名称。 |
postscriptNames | MultiLanguageString | Postscript 字体名称。 |
fontType | FontType | 字体类型。 |
fileDefinition | FontFileDefinition | 字体文件定义。 |
也可以看看
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition[])
创建多文件字体定义。
public FontDefinition(MultiLanguageString fontNames, MultiLanguageString postscriptNames,
FontType fontType, FontFileDefinition[] fileDefinitions)
范围 | 类型 | 描述 |
---|---|---|
fontNames | MultiLanguageString | 字体名称。 |
postscriptNames | MultiLanguageString | Postscript 字体名称。 |
fontType | FontType | 字体类型。 |
fileDefinitions | FontFileDefinition[] | FontFileDefinition 对象数组。 |
也可以看看
- class MultiLanguageString
- enum FontType
- class FontFileDefinition
- class FontDefinition
- 命名空间 Aspose.Font.Sources
- 部件 Aspose.Font