Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix #5998: Support fallback font correctly #6203
Conversation
mdboom
added this to the
2.0 (style change major release)
milestone
Mar 21, 2016
mdboom
added the
needs_review
label
Mar 21, 2016
mdboom
changed the title from
Fix #6015: Support fallback font correctly to Fix #5998: Support fallback font correctly
Mar 21, 2016
QuLogic
and 1 other
commented on an outdated diff
Mar 22, 2016
| @@ -887,12 +887,12 @@ class DejaVuFonts(UnicodeFonts): | ||
| def __init__(self, *args, **kwargs): | ||
| # This must come first so the backend's owner is set correctly | ||
| + TruetypeFonts.__init__(self, *args, **kwargs) |
mdboom
Owner
|
|
Looks good to me! Do we have any idea why forcing an italics class was initially needed? Or was it just a bug? |
|
In the context of STIX falling back to Bakoma, it needs to be hardcoded to |
|
Are there no italic numbers? 05 vs 15? I also wonder what is wrong with the baseline of the 't'. |
No, I didn't mean circled, just plain italic numbers, e.g., |
|
Yes -- there are no italic numbers in any of these fonts. |
|
This is ready to merge. |
tacaswell
merged commit 0db1152
into matplotlib:master
Apr 12, 2016
tacaswell
removed the
needs_review
label
Apr 12, 2016
tacaswell
added a commit
that referenced
this pull request
Apr 12, 2016
|
|
tacaswell |
819f746
|
|
backported to v2.x as 819f746 |
mdboom commentedMar 21, 2016
Cc: @zblz