[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.IFontCollection.SelectByFileName

SelectByFileName Method

SelectByFileName(string)

Returns the list of fonts having the same specified file name.

Declaration
List<Font> SelectByFileName(string fontFileName)
Function SelectByFileName(fontFileName As String) As List(Of Font)
Parameters
Type Name Description
string fontFileName
Returns
Type Description
List<Font>

SelectByFileName(string, List<Font>)

Collects the fonts having the same specified file name.

Declaration
void SelectByFileName(string fontFileName, List<Font> res)
Sub SelectByFileName(fontFileName As String, res As List(Of Font))
Parameters
Type Name Description
string fontFileName
List<Font> res