[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.IFontCollection.SelectByFamilyName

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
Type Description
List<Font>

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
Type Name Description
string fontFamilyName
List<Font> res