--
You received this message because you are subscribed to the Google Groups "pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyglet-users...@googlegroups.com.
To post to this group, send email to pyglet...@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.
If it still does not work correctly, can you provide some example code?
Can you try the development version of pyglet, from Bitbucket, and see how it looks? There were some changes in the text module, but I'm bit sure if they will affect this.
If it still does not work correctly, can you provide some example code?
--
You received this message because you are subscribed to a topic in the Google Groups "pyglet-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pyglet-users/l1TY7laEs8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pyglet-users+unsubscribe@googlegroups.com.
Hi Benjamin,
The pyglet page on Bitbucket said "Currently no development release available", so how should I do? Run pip install --upgrade https://bitbucket.org/pyglet/pyglet/get/tip.zip ?
Best regards,Jin-Biao Yang(杨金骉)-----------------------------------------------------------------------------Cell Phone: +86 13162513165Email: ray...@gmail.comResearch Associate,NYU-ECNU Institute of Brain and Cognitive Science,NYU Shanghai,3663 North Zhongshan Road, Shanghai,China 200062
2017-01-14 10:15 GMT+08:00 Benjamin Moran <benmo...@gmail.com>:
Can you try the development version of pyglet, from Bitbucket, and see how it looks? There were some changes in the text module, but I'm bit sure if they will affect this.
If it still does not work correctly, can you provide some example code?
--
You received this message because you are subscribed to a topic in the Google Groups "pyglet-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pyglet-users/l1TY7laEs8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pyglet-users...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pyglet-users+unsubscribe@googlegroups.com.
I don't know enough about fonts to say where the problem is. Maybe the fonts do not provide correct information to be rendered properly, or pyglet needs to be improved to handle non-ascii fonts better.
Do you mind sharing your not-working font? I'd like to try it on my Linux machine.
Hi, attached is that font. You can try the string "test 测试" on it.
Best regards,Jin-Biao Yang(杨金骉)-----------------------------------------------------------------------------Cell Phone: +86 13162513165Email: ray...@gmail.comResearch Associate,NYU-ECNU Institute of Brain and Cognitive Science,NYU Shanghai,3663 North Zhongshan Road, Shanghai,China 200062
2017-01-16 13:07 GMT+08:00 Benjamin Moran <benmo...@gmail.com>:
Thanks for the information. I'm glad that you found a solution.
I don't know enough about fonts to say where the problem is. Maybe the fonts do not provide correct information to be rendered properly, or pyglet needs to be improved to handle non-ascii fonts better.
Do you mind sharing your not-working font? I'd like to try it on my Linux machine.
--
You received this message because you are subscribed to a topic in the Google Groups "pyglet-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pyglet-users/l1TY7laEs8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pyglet-users...@googlegroups.com.
File "D:\Anaconda3\lib\site-packages\pyglet\compat.py", line 75, in asbytes
return bytes(ord(c) for c in s)
ValueError: bytes must be in range(0, 256)
To unsubscribe from this group and all its topics, send an email to pyglet-users+unsubscribe@googlegroups.com.