Find Method
Find(string)
Finds a FontInfo in this collection by its primary or alternate name.
Declaration
public FontInfo Find(string name)
Public Function Find(name As String) As FontInfo
Parameters
Type |
Name |
Description |
string |
name |
The primary or alternate font name to find.
|
Returns