Hey guys,
I'm having a weird issue where I load a font on OSX and it works fine
and the exact same code doesn't work on Linux.
Here's the code in question:
pyglet.font.add_file('../data/jamaistevie.ttf')
and then later:
pyglet.text.Label('New Game',
font_name='jamaistevie',
font_size=50,
x=170,
y=500),
The OSX system is 10.5 and the Linux system is Ubuntu 9.04 (64 bit).
Thanks,
--Patrick.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---