MathewWi / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Replaced pathes to not existing font resources. #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When executing the demos demo-atb-agg, demo-display-list, demo-subpixel the 
execution is terminated with the error message:

    FT_Error (line 92, code 0x01) : cannot open resource

The demos in question point to various font files, that don't exist in the 
repository.

The attached patch replaced the file pathes with ./Vera.ttf and introduces a 
new family entry for the demo-atb-add executable.

Original issue reported on code.google.com by adrian.b...@googlemail.com on 18 Feb 2012 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. trunk has been updated.

Original comment by Nicolas.Rougier@gmail.com on 19 Feb 2012 at 9:22