diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-05 23:59:37 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-05 23:59:37 (GMT) |
commit | da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60 (patch) | |
tree | 321c0d7f807721a620f0643efbb781174cc5ae73 /Lib/plat-mac/Carbon/CoreGraphics.py | |
parent | 5a4071ac914cea8deb7d5a338a09259da87293b3 (diff) | |
download | cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.zip cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.tar.gz cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.tar.bz2 |
Finished update to universal header 3.4.2.
Diffstat (limited to 'Lib/plat-mac/Carbon/CoreGraphics.py')
-rwxr-xr-x | Lib/plat-mac/Carbon/CoreGraphics.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/plat-mac/Carbon/CoreGraphics.py b/Lib/plat-mac/Carbon/CoreGraphics.py index bd90980..d7a6f02 100755 --- a/Lib/plat-mac/Carbon/CoreGraphics.py +++ b/Lib/plat-mac/Carbon/CoreGraphics.py @@ -22,3 +22,7 @@ kCGTextFillStrokeClip = 6 kCGTextClip = 7 kCGEncodingFontSpecific = 0 kCGEncodingMacRoman = 1 +kCGInterpolationDefault = 0 +kCGInterpolationNone = 1 +kCGInterpolationLow = 2 +kCGInterpolationHigh = 3 |