Find all the fonts with a given name.
[C#] static XFont[] FindByName(string name)
static XFont[] FindByName(string name)
This function finds all the fonts with a given name.
Note that each font may contain many different names. Some names are more unique than others. So it is good to be as specific as possible when searching by name.
None.