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
In #9681 we decided that the hinting factor is not needed with modern
font rendering engines, but we only set our defaults to 1. The classic
style remained as 8, but our internal testing framework then reset that
to 1 as well.
Unfortunately, with the new pipeline, anything other than 1 is broken
(cf. SciTools/cartopy#2666), and we were just
not seeing it because of the testing override.
As we expect downstreams to have to update results for all the rest of
the font changes, there's not much need to preserve this functionality.
So like the kerning factor, deprecate the hinting factor
setting/parameters, and drop all related code.
0 commit comments