Skip to content

Commit 7d73470

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

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,9 +1173,16 @@
11731173
],
11741174
},
11751175
'cal':
1176-
[
1177-
(0x0041, 0x005a, 'it', 0xe22d), # A-Z
1178-
],
1176+
{
1177+
'it':
1178+
[
1179+
(0x0041, 0x005a, 'it', 0xe22d), # A-Z
1180+
],
1181+
'bfit':
1182+
[
1183+
(0x0041, 0x005a, 'bfit', 0x1d4d0), # A-Z
1184+
],
1185+
},
11791186
'frak':
11801187
{
11811188
'rm':

0 commit comments

Comments
 (0)