Wenting Zhang

Results 20 issues of Wenting Zhang

I don't even know if this issue is worthy to fix, but here it is: When I used Lato in my website, and then print the webpage to pdf, and...

bug

https://github.com/georgd/EB-Garamond EBGaramond12-Regular: Regular font for design size 12pt EBGaramond12-Italic: Italic font for design size 12pt EBGaramond12-Bold: Bold font for design size 12pt (very rough/unusable; not included in releases) EBGaramond08-Regular: Regular...

update

Would love OpenType.js to support Variable Fonts, can read VF related data tables, and render SVGpath for variable fonts's named instances and custom instances. SamsaCore.js currently does these features above,...

## Expected Behavior Glyph A and B, and all glyph objects should have the same set of properties. ## Current Behavior But I am getting fewer properties in glyph B...

bug

update SamsaGlyph.prototype.svg function so the exported SVG's width and height is set dynamically with font.unitsPerEm this helps with fonts with non-standard canvas size. use `viewBox` instead of `width` and `height`...

Some fonts are not based on 1000 units, it would be better if the width and height of the SVG can be set dynamically, based on the font data, such...

update SamsaGlyph.prototype.svg function so the exported SVG's width and height is set dynamically with font.unitsPerEm this helps with fonts with non-standard canvas size.

.pull-T and .push-T and other pulled letters do more harm than good. The only one needed here is the pull quote, in my opinion before adding pull-T push-T ![image](https://cloud.githubusercontent.com/assets/2474904/15818398/250623c0-2bab-11e6-9fa2-9a4b4f5161c1.png) after...

Hi, can you add a small section in readme about how to use it in browser. So far I found that I can do`typeset(jq("p"));` can I do this? ``` typeset(jq("p"),...