~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to enthought/kiva/mac/ATS.pxi

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-10-17 23:10:41 UTC
  • mto: (1.2.1 upstream) (8.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20101017231041-rziowhgl7zhxra2i
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
      Float32             underlineThickness
108
108
 
109
109
    cdef enum:
110
 
      kATSItalicQDSkew              = (1 << 16) / 4
111
 
      kATSBoldQDStretch             = (1 << 16) * 3 / 2
 
110
      kATSItalicQDSkew              = 16384  # (1 << 16) / 4
 
111
      kATSBoldQDStretch             = 98304  # (1 << 16) * 3 / 2
112
112
      kATSRadiansFactor             = 1144
113
113
 
114
114