fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Error running ant tasks #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download the samples from the git repository
2.Go to the showcase directory 
3.Run the command "ant run-java"

What is the expected output? What do you see instead?

Error shown:
Failed to load font [name=Museo-300, path=text/Museo.otf]
java.awt.fontFormatException: Unsupported sfnt....

What version of the product are you using? On what operating system?
I'm using last version in Windows xp

Please provide any additional information below.

Original issue reported on code.google.com by walterad...@gmail.com on 20 Jun 2012 at 1:04

GoogleCodeExporter commented 9 years ago
I switched it to use the TTF for the Java backend instead of the OTF. It should 
work now.

Original comment by m...@samskivert.com on 20 Jun 2012 at 3:31