TVout println function missing?

Hey,

Just decided to get the TVout library installed on my arduino. I have the fontall.h and the TVout.h library installed and included, but whenever I try to compile the program it keeps displaying:

'class TVout' has no member named 'println'

If i change it to print it still says 'class TVout' has no member named 'print'

The code I am using is the example code supplied with the files from github.

Do I have to stick with using print_str and keep having to work out the pixel positions then?

Any assistance will be greatly appreciated.

Thanks