[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.FindFullName

FindFullName Method

FindFullName(string)

Searches for the first font with specified full name.

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

Declaration
public Font FindFullName(string fullFontName)
Public Function FindFullName(fullFontName As String) As Font
Parameters
Type Name Description
string fullFontName
Returns
Type Description
Font
Implements