MathJax-src icon indicating copy to clipboard operation
MathJax-src copied to clipboard

Provide support for dynamically loading font data

Open dpvc opened this issue 4 years ago • 0 comments

This PR adds the ability to specify font extensions that will be loaded dynamically when less-used characters are needed. You can specify any number of extensions, and these can contain characters from any number of variants, or additional delimiters. The specification for a dynamic extension includes the file to load for the extension, along with the ranges of characters that it provides in each variant that it modifies. When an output jax needs one of these characters or delimiters, the extension is loaded and set up, and the expression is reprocessed.

dpvc avatar Aug 18 '21 15:08 dpvc