FontScheme

FontScheme class

Stores theme-defined fonts.

public class FontScheme : IFontScheme

Properties

NameDescription
Major { get; }Returns the fonts collection for a “heading” part of the slide. Read-only IFonts.
Minor { get; }Returns the fonts collection for a “body” part of the slide. Read-only IFonts.
Name { get; set; }Returns the font scheme name. Read/write String.

See Also