mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-20 18:18:38 +00:00
feat: Support bold Fraktur (#3777)
* feat: Support bold Fraktur * Evade wideCharacterFont() when inapplicable * Avoid creating array when uneccesary --------- Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -3919,6 +3919,7 @@ describe("Unicode", function() {
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDC00); // bold A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDC68); // bold italic A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDD04); // Fraktur A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDD6C); // bold Fraktur A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDD38); // double-struck
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDC9C); // script A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDDA0); // sans serif A
|
||||
@@ -3935,6 +3936,7 @@ describe("Unicode", function() {
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDC00); // bold A
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDC68); // bold italic A
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDD04); // Fraktur A
|
||||
wideCharStr += String.fromCharCode(0xD835, 0xDD6C); // bold Fraktur A
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDD38); // double-struck
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDC9C); // script A
|
||||
wideCharText += String.fromCharCode(0xD835, 0xDDA0); // sans serif A
|
||||
|
Reference in New Issue
Block a user