Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / AppendFallbackFonts Method

In This Topic
    AppendFallbackFonts Method (IFontCollection)
    In This Topic
    Appends one or more fonts to the internal fallback font list.
    Syntax
    'Declaration
     
    Sub AppendFallbackFonts( _
       ByVal ParamArray fonts() As Font _
    ) 
    void AppendFallbackFonts( 
       params Font[] fonts
    )

    Parameters

    fonts
    See Also