[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.IFontCollection.SelectByFontPath

SelectByFontPath Method

SelectByFontPath(string)

Returns the list of fonts having the same specified font path.

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

SelectByFontPath(string, List<Font>)

Collects the fonts having the same specified font path.

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