In This Topic
Adds a font with a specified primary name to the collection.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String _
) As FontInfo
public FontInfo Add(
System.string
)
Parameters
- name
- The primary name of the font to add.
Return Value
The newly created
FontInfo instance.
See Also