Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Theme Class / FontScheme Property

In This Topic
    FontScheme Property
    In This Topic
    Gets definitions of the font scheme within the theme. The font scheme consists of a pair of major and minor fonts for which to use in a document. The major font corresponds well with the heading areas of a document, and the minor font corresponds well with the normal text or paragraph areas.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontScheme As FontScheme
    public FontScheme FontScheme {get;}
    See Also