SelectByFamilyName Method
SelectByFamilyName(string)
Returns the list of fonts with the specified family name.
Declaration
List<Font> SelectByFamilyName(string fontFamilyName)
Function SelectByFamilyName(fontFamilyName As String) As List(Of Font)
Parameters
Type |
Name |
Description |
string |
fontFamilyName |
|
Returns
SelectByFamilyName(string, List<Font>)
Collects the fonts with the specified family name.
Declaration
void SelectByFamilyName(string fontFamilyName, List<Font> res)
Sub SelectByFamilyName(fontFamilyName As String, res As List(Of Font))
Parameters