|
Author |
Topic: loading fonts (Read 268 times) |
|
betaruce Guest
|
loading fonts
« on: May 26th, 2004, 6:33am » |
|
I dunno how to load fonts into processing even after i've read the reference. how can i make the font into that .vlw.gz format? is it that after i gzip it then i can load the font? but i dunno how to gzip it, nor i don understand the format .vlw.gz
|
|
|
|
arielm
|
Re: loading fonts
« Reply #1 on: May 26th, 2004, 12:30pm » |
|
the folder where your processing executable is located has a subfolder called "fonts" full of them. from there, you can manually copy a font into your own sketch's "data" subfolder or use the "sketch/add file..." menu from inside processing. alternatively, if you want to create custom fonts, you can always use the built-in font-editor ("sketch/create font..." menu) which will place the font it creates right into your sketch's "data" subfolder.
|
Ariel Malka | www.chronotext.org
|
|
|
|