A font handling class for the STIX fonts (that uses sans-serif characters by default).
| 902 | |
| 903 | |
| 904 | class StixSansFonts(StixFonts): |
| 905 | """ |
| 906 | A font handling class for the STIX fonts (that uses sans-serif |
| 907 | characters by default). |
| 908 | """ |
| 909 | _sans = True |
| 910 | |
| 911 | |
| 912 | ############################################################################## |
no outgoing calls
no test coverage detected
searching dependent graphs…