mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
first checkin for CoreGraphics
This commit is contained in:
parent
d16199aade
commit
c97eefc3c9
2 changed files with 25 additions and 0 deletions
1
Mac/Lib/Carbon/CG.py
Executable file
1
Mac/Lib/Carbon/CG.py
Executable file
|
@ -0,0 +1 @@
|
||||||
|
from _CG import *
|
24
Mac/Lib/Carbon/CoreGraphics.py
Executable file
24
Mac/Lib/Carbon/CoreGraphics.py
Executable file
|
@ -0,0 +1,24 @@
|
||||||
|
# Generated from 'CGContext.h'
|
||||||
|
|
||||||
|
def FOUR_CHAR_CODE(x): return x
|
||||||
|
kCGLineJoinMiter = 0
|
||||||
|
kCGLineJoinRound = 1
|
||||||
|
kCGLineJoinBevel = 2
|
||||||
|
kCGLineCapButt = 0
|
||||||
|
kCGLineCapRound = 1
|
||||||
|
kCGLineCapSquare = 2
|
||||||
|
kCGPathFill = 0
|
||||||
|
kCGPathEOFill = 1
|
||||||
|
kCGPathStroke = 2
|
||||||
|
kCGPathFillStroke = 3
|
||||||
|
kCGPathEOFillStroke = 4
|
||||||
|
kCGTextFill = 0
|
||||||
|
kCGTextStroke = 1
|
||||||
|
kCGTextFillStroke = 2
|
||||||
|
kCGTextInvisible = 3
|
||||||
|
kCGTextFillClip = 4
|
||||||
|
kCGTextStrokeClip = 5
|
||||||
|
kCGTextFillStrokeClip = 6
|
||||||
|
kCGTextClip = 7
|
||||||
|
kCGEncodingFontSpecific = 0
|
||||||
|
kCGEncodingMacRoman = 1
|
Loading…
Add table
Add a link
Reference in a new issue