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
The call to get_fontsize was adding in e34a333 but cannot succeed because such a method was (AFAICT) never implemented on FT2Font. Fortunately, font_manager probably never hits a nonscalable font because it that codepath only handles ttf/otf, but that should get cleaned up.
The text was updated successfully, but these errors were encountered:
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/font_manager.py#L476
The call to get_fontsize was adding in e34a333 but cannot succeed because such a method was (AFAICT) never implemented on FT2Font. Fortunately, font_manager probably never hits a nonscalable font because it that codepath only handles ttf/otf, but that should get cleaned up.
The text was updated successfully, but these errors were encountered: