Daniel Howe
Daniel Howe
In addition to adding the setters listed above (let me know if I am missing any), I've made the following changes: - updated `paramaterData.json` for functions above to accept no-argument...
please update with dev-2.0 (and please be patient... we have many PRs to review) thank you
@Vansh0204 do the manual tests that you added work for you? If so, please include screenshots here
[p5.js 2.0 Bug Report]: textToPoints/Paths/Contours does not quite align with regular text rendering
@davepagurek did you (or could you) include `textToPoints()` in this comparison?
[p5.js 2.0 Bug Report]: textToPoints/Paths/Contours does not quite align with regular text rendering
so if you move the `textFont()` call to the top, the alignments match... which suggests to me that somewhere we are using the renderer's font, instead of the font on...
Same issues here on /e/OS - no help from reinstall
nice find - have we tested this on other browsers?
To clarify, the case here is only for fonts defined in a css file with multiple font-face declarations? Are there other properties/axes besides `weight` where this issue might occur? From...
Right, so I was thinking we might allow the user to query the font styles or variants (where each is an object) and then to select one or more to...
@Vansh0204 have you created tests for this feature?