[]
        
(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)
Function SelectByFullName(fullFontName As String) As List(Of Font)
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)
Sub SelectByFullName(fullFontName As String, res As List(Of Font))
Parameters
Type Name Description
string fullFontName
List<Font> res