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

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

    Parameters

    fonts
    See Also