[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.SelectByFamilyName

SelectByFamilyName Method

SelectByFamilyName(string)

Returns the list of fonts with the specified family name.

Declaration
public List<Font> SelectByFamilyName(string fontFamilyName)
Public Function SelectByFamilyName(fontFamilyName As String) As List(Of Font)
Parameters
Type Name Description
string fontFamilyName
Returns
Type Description
List<Font>
Implements

SelectByFamilyName(string, List<Font>)

Collects the fonts with the specified family name.

Declaration
public void SelectByFamilyName(string fontFamilyName, List<Font> res)
Public Sub SelectByFamilyName(fontFamilyName As String, res As List(Of Font))
Parameters
Type Name Description
string fontFamilyName
List<Font> res
Implements