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

In This Topic
    MinorFont Property
    In This Topic
    Gets a set of minor fonts that are to be used for different languages or locales. The minor font corresponds well with the normal text or paragraph areas.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinorFont As ThemeFontCollection
    public ThemeFontCollection MinorFont {get;}
    See Also