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