Fonts

Fonts class

Fonts collection.

public class Fonts : IFonts

Properties

NameDescription
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

NameDescription
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