[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.IFontCollection.SelectByFullName

SelectByFullName Method

SelectByFullName(string)

Returns the list of fonts with the specified full name.

Full font name that reflects all family and relevant subfamily descriptors.

Declaration
List<Font> SelectByFullName(string fullFontName)
Parameters
Type Name Description
string fullFontName
Returns
Type Description
List<Font>

SelectByFullName(string, List<Font>)

Collects the fonts with the specified full name.

Full font name that reflects all family and relevant subfamily descriptors.

Declaration
void SelectByFullName(string fullFontName, List<Font> res)
Parameters
Type Name Description
string fullFontName
List<Font> res