How do I use loadFont() and where do I find the .vlw ??

How do I use loadFont() and where do I find the .vlw ??

Ex.
font = loadFont("MinimaSSK-96.vlw");
textFont(font, 48);

I'm getting the following error message:

"Exception in thread "Animation Thread" java.lang.RuntimeException: Could not load font MinimaSSK-96.vlw. Make sure that the font has been copied to the data folder of your sketch."

Is this maybe a Processing question instead of an Arduino question?

-br