RemoveFallbackFonts Method (FontCollection)
Removes one or more fonts from the internal fallback font list.
public void RemoveFallbackFonts(
params Font[]
)
'Declaration
Public Sub RemoveFallbackFonts( _
ByVal ParamArray () As Font _
)
Parameters
- fonts