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