SelectByFileName Method
SelectByFileName(string)
Returns the list of fonts having the same specified file name.
Declaration
public List<Font> SelectByFileName(string fontFileName)
Public Function SelectByFileName(fontFileName As String) As List(Of Font)
Parameters
Type |
Name |
Description |
string |
fontFileName |
|
Returns
Implements
SelectByFileName(string, List<Font>)
Collects the fonts having the same specified file name.
Declaration
public void SelectByFileName(string fontFileName, List<Font> res)
Public Sub SelectByFileName(fontFileName As String, res As List(Of Font))
Parameters
Implements