Mercurial > touhou
comparison pytouhou/ui/opengl/texture.pxd @ 517:dec43940f092
Don’t crash if SDL2_ttf couldn’t render a specific string.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 07 Dec 2013 21:37:55 +0100 |
parents | 5e3e0b09a531 |
children | a6af3ff86612 |
comparison
equal
deleted
inserted
replaced
516:577c3a88fb67 | 517:dec43940f092 |
---|---|
7 | 7 |
8 cdef class FontManager: | 8 cdef class FontManager: |
9 cdef Font font | 9 cdef Font font |
10 cdef object renderer, texture_class | 10 cdef object renderer, texture_class |
11 | 11 |
12 cdef void load(self, list labels) except * | 12 cdef void load(self, dict labels) except * |