[]
Returns the list of fonts having the same specified font path.
public List<Font> SelectByFontPath(string fontPath)
Public Function SelectByFontPath(fontPath As String) As List(Of Font)
Type | Name | Description |
---|---|---|
string | fontPath |
Collects the fonts having the same specified font path.
public void SelectByFontPath(string fontPath, List<Font> res)
Public Sub SelectByFontPath(fontPath As String, res As List(Of Font))