We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › where to find ".vlw" font files
Page Index Toggle Pages: 1
where to find ".vlw" font files (Read 3949 times)
where to find ".vlw" font files
Sep 28th, 2006, 11:42pm
 
The Typography examples that come installed with Processing 0115
include the font CourierNew36.vlw.

I have seen various other Processing examples online
that refer to lots of different fonts, but I can't figure out
where to find and download the corresponding ".vlw" files.

Is there somewhere on Processing.org or somewhere else
that has a big collection of fonts (in .vlw format) ??

thanks!

-- djones
Re: where to find ".vlw" font files
Reply #1 - Sep 29th, 2006, 1:12am
 
hi djones.

You don't have to download any .vlw files, but will have to make them yourself out of any font which is installed in your system.

The process is simple: In the processing IDE,

- go to Tools / Create Font
- pick a font and a size and accept.

If you click then Sketch / Show sketch folder you'll be able to see the font in the data folder. Now you can use it in your processing sketch with loadFont().


Re: where to find ".vlw" font files
Reply #2 - Oct 7th, 2006, 1:43am
 
Thanks so much!

-- djones

http://www.ece.mcmaster.ca/~djones/processing/noc/
Page Index Toggle Pages: 1