Many fonts come in more weights and just regular and bold. For instance Helvetica Neue comes in regular, medium, bold, heavy and black (and more). It is handled by all having the same name, but different specified weight. But in pyglet it's only possible to use bold and regular since the selector for weight is hard coded.
As of now I have worked around the problem by renaming all the special weight fonts to include their weight in the name(using fontforge). But it probably wouldn't be that hard to fix it permanently in pyglet. I might have time to fix it, but only if it's likely that it will be added to pyglet, and if you think anyone cares. Best Regards Sebastian Jansson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
