[]
Returns the list of fonts with the specified full name.
Full font name that reflects all family and relevant subfamily descriptors.
List<Font> SelectByFullName(string fullFontName)
Function SelectByFullName(fullFontName As String) As List(Of Font)
Type | Name | Description |
---|---|---|
string | fullFontName |
Collects the fonts with the specified full name.
Full font name that reflects all family and relevant subfamily descriptors.
void SelectByFullName(string fullFontName, List<Font> res)
Sub SelectByFullName(fullFontName As String, res As List(Of Font))