[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.IFontCollection.SelectByTypographicFamilyName

SelectByTypographicFamilyName Method

SelectByTypographicFamilyName(string)

Returns the list of fonts with the specified typographic family name.

The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.

Declaration
List<Font> SelectByTypographicFamilyName(string typographicFamilyName)
Parameters
Type Name Description
string typographicFamilyName
Returns
Type Description
List<Font>

SelectByTypographicFamilyName(string, List<Font>)

Collects the fonts with the specified typographic family name.

The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.

Declaration
void SelectByTypographicFamilyName(string typographicFamilyName, List<Font> res)
Parameters
Type Name Description
string typographicFamilyName
List<Font> res