We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a problem. I want to use caligraft - hilos http://www.caligraft.com/exhibition/hilos
so I down the geomerative library and Application - windows but when I play the hilos.psc in source folder, the error was made.
At 'f = new RFont(this, FONT, 372, RFont.CENTER)' => The constructor RFont(hilos, String, int, int) is undefined
Foolishly, I don't know what this means.
Please help me.
Answers
http://www.ricardmarxer.com/geomerative/documentation/index.html
says that the constructors are (now):
RFont(java.lang.String fontPath)
RFont(java.lang.String fontPath, int size)
RFont(java.lang.String fontPath, int size, int align)
so i'm guessing it's changed since 2005(!) and you can just drop the first parameter.