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:
Ron Kok
2023-10-02 13:07:09 -07:00
committed by GitHub
parent 4f1d916674
commit 240d5aede9
6 changed files with 22 additions and 4 deletions

View File

@@ -205,7 +205,8 @@ Math-mode Unicode (sub|super)script characters will render as if you had written
| Italic | $\text{𝐴-𝑍 𝑎-𝑧}$ | Sans serif | $\text{𝖠-𝖹 𝖺-𝗓 𝟢-𝟫}$
| Bold Italic | $\text{𝑨-𝒁 𝒂-𝒛}$ | Sans serif bold | $\text{𝗔-𝗭 𝗮-𝘇 𝟬-𝟵}$
| Script | $\text{𝒜-𝒵}$ | Sans serif italic | $\text{𝘈-𝘡 𝘢-𝘻}$
| Fractur | $\text{𝔄-}\text{ 𝔞-𝔷}$| Monospace | $\text{𝙰-𝚉 𝚊-𝚣 𝟶-𝟿}$
| Fractur | $\text{𝔄-}\text{ 𝔞-𝔷}$| Monospace | $\text{𝙰-𝚉 𝚊-𝚣 𝟶-𝟿}$
| Bold Fractur | $\text{𝕬-𝖅}\text{𝖆-𝖟}$ | |
</div>
<div class="katex-hopscotch">