Sys.Drawing.SystemFonts does not return UI fonts being used in system
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mono |
Unknown
|
Unknown
|
|||
mono (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The current mono implementation of System.
With fontconfig usage in libgdiplus, a quick and (kind of) dirty fix is to replace them with "Sans" (or "Ubuntu" if you want to.) A more MSDN-friendly solution[1] is to return GenericSansSerif directly, however this ends up pointing to libgdiplus's implementation which ends up giving MS Sans Serif too.
[1]: https:/
A related workaround in fontconfig is to alias Microsoft Sans Serif to Helvetica in 30-metric-
description: | updated |
description: | updated |