SelectByFontPath(String,List<Font>) Method
In This Topic
Collects the fonts having the same specified font path.
Syntax
'Declaration
Overloads Sub SelectByFontPath( _
ByVal As System.String, _
ByVal As System.Collections.Generic.List(Of Font) _
)
void SelectByFontPath(
System.string ,
System.Collections.Generic.List<Font>
)
Parameters
- fontPath
- res
See Also