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