~ubuntu-branches/ubuntu/vivid/python-reportlab/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/test_multibyte_cht.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-12 02:16:21 UTC
  • mfrom: (1.2.9) (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140112021621-f4mpp5qaj1dkq2yb
Tags: 2.8~20140112-1
* New upstream snapshot.
* Build python3 packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        c.setFont('Helvetica', 10)
50
50
        c.drawString(100,680, 'Short sample: "Taiwan  -  Ang Lee" (movie director)')
51
51
 
52
 
        hBoxText(u'\u81fa\u7063  -  \u674e\u5b89' , c, 100, 600, 'MSung-Light')
 
52
        hBoxText(u'\u81fa\u7063 - \u674e\u5b89' , c, 100, 600, 'MSung-Light')
53
53
 
54
54
 
55
55
##        #hBoxText(message3 + ' MHei-Medium', c, 100, 580, 'MHei-Medium', enc)
114
114
##
115
115
        c.save()
116
116
        if VERBOSE:
117
 
            print 'saved '+outputfile('test_multibyte_cht.pdf')
 
117
            print('saved '+outputfile('test_multibyte_cht.pdf'))
118
118
 
119
119
 
120
120
def makeSuite():