~vbkaisetsu/renpy/vertical-text

« back to all changes in this revision

Viewing changes to renpy/text/ftfont.pyx

  • Committer: Koichi Akabe
  • Date: 2012-08-18 07:10:26 UTC
  • Revision ID: vbkaisetsu@gmail.com-20120818071026-u730qjngp7uu54ya
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
 
289
289
        cdef int error
290
290
        cdef glyph_cache *rv
291
 
        cdef int vindex
 
291
        cdef uint32_t vindex
292
292
 
293
293
        cdef int overhang
294
294
        cdef FT_Glyph_Metrics metrics
295
295
    
296
296
        face = self.face
297
297
 
298
 
        if self.vertical and self.gsubtable.loaded == 1::
 
298
        if self.vertical and self.gsubtable.loaded == 1:
299
299
            glyph_rotate = True
300
300
            if GetVerticalGlyph(&self.gsubtable, index, &vindex) == 0:
301
301
                index = vindex