Skip to content

Commit b1ce708

Browse files
committed
Add mappings for bold and italic cal font class
1 parent f7a8cab commit b1ce708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,7 @@
11751175
'cal':
11761176
[
11771177
(0x0041, 0x005a, 'it', 0xe22d), # A-Z
1178+
(0x0041, 0x005a, 'bfit', 0x1d4d0), # A-Z
11781179
],
11791180
'frak':
11801181
{

0 commit comments

Comments
 (0)