Skip to content

Commit 89793d0

Browse files
chrispolsonkostub
authored andcommitted
Building on PR #61 with more text additions (#72)
1 parent a754536 commit 89793d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iosMath/lib/MTMathAtomFactory.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,12 +858,16 @@ + (NSDictionary*) delimValueToName
858858
@"rm": @(kMTFontStyleRoman),
859859
@"mathbf": @(kMTFontStyleBold),
860860
@"bf": @(kMTFontStyleBold),
861+
@"textbf": @(kMTFontStyleBold),
861862
@"mathcal": @(kMTFontStyleCaligraphic),
862863
@"cal": @(kMTFontStyleCaligraphic),
863864
@"mathtt": @(kMTFontStyleTypewriter),
865+
@"texttt": @(kMTFontStyleTypewriter),
864866
@"mathit": @(kMTFontStyleItalic),
867+
@"textit": @(kMTFontStyleItalic),
865868
@"mit": @(kMTFontStyleItalic),
866869
@"mathsf": @(kMTFontStyleSansSerif),
870+
@"textsf": @(kMTFontStyleSansSerif),
867871
@"mathfrak": @(kMTFontStyleFraktur),
868872
@"frak": @(kMTFontStyleFraktur),
869873
@"mathbb": @(kMTFontStyleBlackboard),

0 commit comments

Comments
 (0)