[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.SelectByFontPath

SelectByFontPath Method

SelectByFontPath(string)

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

Declaration
public List<Font> SelectByFontPath(string fontPath)
Parameters
Type Name Description
string fontPath
Returns
Type Description
List<Font>
Implements

SelectByFontPath(string, List<Font>)

Collects the fonts having the same specified font path.

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