~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to phatch/actions/text.py

  • Committer: spe.stani.be at gmail
  • Date: 2009-06-11 16:21:43 UTC
  • Revision ID: spe.stani.be@gmail.com-20090611162143-ep5irdmh16fyiiv5
add freesans as default font

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                                                choices=self.SMALL_PIXELS)
70
70
        fields[_t('Vertical Offset')]   = self.PixelField('-5%',
71
71
                                                choices=self.SMALL_PIXELS)
72
 
        fields[_t('Font')]              = self.FontFileField(' ')
 
72
        fields[_t('Font')]              = self.FontFileField('Free Sans')
73
73
        fields[_t('Size')]              = self.PixelField('5%',
74
74
                                                choices=self.SMALL_PIXELS)
75
75
        fields[_t('Color')]            = self.ColorField('#000000')