We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a754536 commit 89793d0Copy full SHA for 89793d0
iosMath/lib/MTMathAtomFactory.m
@@ -858,12 +858,16 @@ + (NSDictionary*) delimValueToName
858
@"rm": @(kMTFontStyleRoman),
859
@"mathbf": @(kMTFontStyleBold),
860
@"bf": @(kMTFontStyleBold),
861
+ @"textbf": @(kMTFontStyleBold),
862
@"mathcal": @(kMTFontStyleCaligraphic),
863
@"cal": @(kMTFontStyleCaligraphic),
864
@"mathtt": @(kMTFontStyleTypewriter),
865
+ @"texttt": @(kMTFontStyleTypewriter),
866
@"mathit": @(kMTFontStyleItalic),
867
+ @"textit": @(kMTFontStyleItalic),
868
@"mit": @(kMTFontStyleItalic),
869
@"mathsf": @(kMTFontStyleSansSerif),
870
+ @"textsf": @(kMTFontStyleSansSerif),
871
@"mathfrak": @(kMTFontStyleFraktur),
872
@"frak": @(kMTFontStyleFraktur),
873
@"mathbb": @(kMTFontStyleBlackboard),
0 commit comments