'Declaration Public Overloads Function Remove( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Remove( System.string name )
Parameters
- name
- The primary name of the font to remove.
Return Value
true if a font with the specified primary name was found and removed from the collection, false otherwise.