|
|
| |
|
|
|
|
|
|
Find all the fonts belonging to a particular family.
|
|
|
|
| |
|
[C#]
static XFont[] FindFamily(string
family)
static XFont[] FindFamily(string
family, Store
store)
|
|
|
|
| |
| Name
|
Description
|
| family |
The name of the font family. |
| store |
A font store to use in addition to the fonts installed on the
system. Null values are ignored. |
| return |
The set of matching fonts. |
|
|
|
|
| |
|
This function finds all the fonts belonging to a particular font
family.
|
|
|
|
| |
|