mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Manually added definitions for normal, bold, etc. These are in MacTypes (of all
places) which isn't worth bgenning.
This commit is contained in:
		
							parent
							
								
									c0011894b2
								
							
						
					
					
						commit
						d9f5a39ef3
					
				
					 2 changed files with 31 additions and 3 deletions
				
			
		|  | @ -1,6 +1,15 @@ | |||
| # Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDraw.h' | ||||
| # Generated from 'flap:CodeWarrior Pro 4:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDraw.h' | ||||
| 
 | ||||
| 
 | ||||
| def FOUR_CHAR_CODE(x): return x | ||||
| normal						= 0 | ||||
| bold						= 1 | ||||
| italic						= 2 | ||||
| underline					= 4 | ||||
| outline						= 8 | ||||
| shadow						= 0x10 | ||||
| condense					= 0x20 | ||||
| extend						= 0x40 | ||||
| invalColReq = -1 | ||||
| srcCopy = 0 | ||||
| srcOr = 1 | ||||
|  | @ -130,9 +139,18 @@ def FOUR_CHAR_CODE(x): return x | |||
| kYUV211PixelFormat = FOUR_CHAR_CODE('Y211') | ||||
| kCursorImageMajorVersion = 0x0001 | ||||
| kCursorImageMinorVersion = 0x0000 | ||||
| # Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h' | ||||
| # Generated from 'flap:CodeWarrior Pro 4:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h' | ||||
| 
 | ||||
| 
 | ||||
| def FOUR_CHAR_CODE(x): return x | ||||
| normal						= 0 | ||||
| bold						= 1 | ||||
| italic						= 2 | ||||
| underline					= 4 | ||||
| outline						= 8 | ||||
| shadow						= 0x10 | ||||
| condense					= 0x20 | ||||
| extend						= 0x40 | ||||
| leftCaret = 0 | ||||
| rightCaret = -1 | ||||
| kHilite = 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen