[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.SelectByFileName

SelectByFileName Method

SelectByFileName(string)

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

Declaration
public List<Font> SelectByFileName(string fontFileName)
Parameters
Type Name Description
string fontFileName
Returns
Type Description
List<Font>
Implements

SelectByFileName(string, List<Font>)

Collects the fonts having the same specified file name.

Declaration
public void SelectByFileName(string fontFileName, List<Font> res)
Parameters
Type Name Description
string fontFileName
List<Font> res
Implements