xaml-math icon indicating copy to clipboard operation
xaml-math copied to clipboard

Support for external fonts

Open B3zaleel opened this issue 5 years ago • 2 comments

Made the formula parser to have instance constructors Restructured the parser to have support for external symbols and text style dependent Greek letters. Created a scheme for using different formula settings and symbols(by zipping and unzipping the packaged file).

B3zaleel avatar Sep 13 '18 21:09 B3zaleel

@B3zaleel, thank you, this is very cool. How did you generate this .wmpkg file? It includes very interesting XML files I'd like to know about.

ForNeVeR avatar Dec 29 '19 11:12 ForNeVeR

I used the fonttools Python module to extract the symbols from the font file and FontForge to read some other information like the general parameters (sup1, bigopspacing1, etc) and to change the location of certain glyphs.

B3zaleel avatar Dec 29 '19 17:12 B3zaleel