processing.js font question
in
Processing with Other Languages
•
1 year ago
Hi everyone,
www.alsoko.net
I am trying to write a header for my blog with processing.js. It uses two different fonts,
so it has
lines in it. Eerything works ok, but when I try exporting it in javascript mode, both the fonts are gone in all browsers I tried. Is there a way to fix that, or should i use the standart fonts?font_name = loadFont("futura_light.vlw");font_pattern = loadFont("CourierNew.vlw");
www.alsoko.net
1