Jose Luis Garcia del Castillo
Jose Luis Garcia del Castillo
Same problem here: for some reason, certain fonts in the system (like _any_ downloaded from Google Fonts for instance) are not available for use with `createFont()` and when searched via...
@MasterPlaying @senorcat I think I found the problem! Apparently, Windows 10 by default installs user fonts in a folder different than `C:\Windows\Fonts`, in my case `C:\Users\MyUserName\AppData\Local\Microsoft\Windows\Fonts`. Therefore, Processing detects their...
Yup, `dash.bezierVertex()` and similar methods are on the _to-do_ list ;)
`this` needs to be a reference to your main PApplet, that is, the main Processing sketch. If you are using dashed lines inside a class, the class needs to have...
Yes, this feature is currently untested and probably not working... :( Help would be appreciated on this front!