[ft-devel] Wrote a tiny Python 3 script to extract SVG Documents out of a OT-SVG font (Re: Freetype-devel Digest, Vol 172, Issue 25)

2019-05-20 Thread Hin-Tak Leung
Hi Moazin, When I added rudimentary SVG checking in FontVal a couple of years ago, I added a tool for extracting and debugging that part of a font. This https://github.com/HinTak/Font-Validator/blob/master/SVGInfo/SVGInfo.cs is mainly a standalone wrapper to the rest of font struct extraction

Re: [ft-devel] Wrote a tiny Python 3 script to extract SVG Documents out of a OT-SVG font

2019-05-18 Thread suzuki toshiya
Dear Moazin, Wow, great! It would be very meaningful for you to have your own handaxe to enter the jungle of unfamiliar softwares, because you can understand the behaviour of your own handaxe completely. Although I've just taken a glance on your code, I'm sure it's very clean and no need to have

[ft-devel] Wrote a tiny Python 3 script to extract SVG Documents out of a OT-SVG font

2019-05-18 Thread Moazin Khatri
Hi Toshiya, However, to proceed to next step, I should prepare some sample SVGs which > are precisely fitting to the feature range of SVG Native, > and which we can understand "correct" rendering result. It seems that > svgnative/test files are not precisely > fitting to the feature range of SVG