Fonts
Contents
[
Hide
]Fonts class
Fonts collection.
public class Fonts : IFonts
Properties
Name | Description |
---|---|
ComplexScriptFont { get; set; } | Returns or sets the complex script font. Read/write IFontData . |
EastAsianFont { get; set; } | Returns or sets the East Asian font. Read/write IFontData . |
LatinFont { get; set; } | Returns or sets the Latin font. Read/write IFontData . |
Methods
Name | Description |
---|---|
GetScriptFont(string) | Gets the font name associated with a specific script tag from the presentation theme. |
GetScriptFontMap() | Returns a dictionary of all script font definitions in the presentation. |
RemoveScriptFont(string) | Removes the font setting associated with a specific script tag from the theme’s font collection. |
SetScriptFont(string, string) | Assigns a font name to a specific script tag, which defines how text of that script will be rendered in the presentation. |
See Also
- interface IFonts
- namespace Aspose.Slides
- assembly Aspose.Slides