[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.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
public List<Font> SelectByFullName(string fullFontName)
Public Function SelectByFullName(fullFontName As String) As List(Of Font)
Parameters
Type Name Description
string fullFontName
Returns
Type Description
List<Font>
Implements

SelectByFullName(string, List<Font>)

Collects the fonts with the specified full name.

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

Declaration
public void SelectByFullName(string fullFontName, List<Font> res)
Public Sub SelectByFullName(fullFontName As String, res As List(Of Font))
Parameters
Type Name Description
string fullFontName
List<Font> res
Implements