[]
Represents a set of fonts that are to be used for different languages or locales.
public class ThemeFontCollection
Gets a complex script font to be used for text.
public ThemeFont ComplexScript { get; }
Gets the containing document.
public DocumentBase Document { get; }
Gets an East Asian font to be used for text.
public ThemeFont EastAsian { get; }
Gets a value indicating whether the containing document is in reading mode.
public bool IsReadOnly { get; }
Gets a Latin font to be used for text.
public ThemeFont Latin { get; }
Gets supplemental font names for various scripts.
public IDictionary<string, string> Supplemental { get; }