You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the [wxWidgets forum](https://forums.wxwidgets.org/viewtopic.php?f=30&t=51732) a problem was reported about selecting the wrong font. The user had registered a font with regular style under the font family name "Arial" (which is also an alias for the font family "Helvetica"). Thereafter the user tried to select the font "Arial" with bold style. However, the registered font with regular style was selected. This happened, because registering the font "Arial" with regular style created the font family "Arial", hiding the equivalent font family "Helvetica" under its alias family name "Arial".
The font lookup was improved to search also the font family registered under the font family alias.
0 commit comments