Documents for PDF, .NET Edition Documentation
SelectByFullName(String,List<Font>) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > SystemFontCollection Class > SelectByFullName Method : SelectByFullName(String,List<Font>) Method
Collects the fonts with the specified full name.

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

Syntax
'Declaration
 
Public Overloads Sub SelectByFullName( _
   ByVal fullFontName As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
public void SelectByFullName( 
   System.string fullFontName,
   System.Collections.Generic.List<Font> res
)

Parameters

fullFontName
res
See Also

Reference

SystemFontCollection Class
SystemFontCollection Members
Overload List