Documents for PDF, .NET Edition Documentation
SelectByFullName(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > IFontCollection Interface > SelectByFullName Method : SelectByFullName(String) Method
Returns the list of fonts with the specified full name.

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

Syntax
'Declaration
 
Overloads Function SelectByFullName( _
   ByVal fullFontName As System.String _
) As System.Collections.Generic.List(Of Font)
System.Collections.Generic.List<Font> SelectByFullName( 
   System.string fullFontName
)

Parameters

fullFontName
See Also

Reference

IFontCollection Interface
IFontCollection Members
Overload List