[]
        
(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)
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)
Parameters
Type Name Description
string fontFamilyName
List<Font> res
Implements