diff options
Diffstat (limited to 'Lib/plat-mac/Carbon/Fonts.py')
-rw-r--r-- | Lib/plat-mac/Carbon/Fonts.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Lib/plat-mac/Carbon/Fonts.py b/Lib/plat-mac/Carbon/Fonts.py index 8be7e7a..dab3fa2 100644 --- a/Lib/plat-mac/Carbon/Fonts.py +++ b/Lib/plat-mac/Carbon/Fonts.py @@ -17,15 +17,15 @@ commandMark = 17 checkMark = 18 diamondMark = 19 appleMark = 20 -propFont = 36864L -prpFntH = 36865L -prpFntW = 36866L -prpFntHW = 36867L -fixedFont = 45056L -fxdFntH = 45057L -fxdFntW = 45058L -fxdFntHW = 45059L -fontWid = 44208L +propFont = 36864 +prpFntH = 36865 +prpFntW = 36866 +prpFntHW = 36867 +fixedFont = 45056 +fxdFntH = 45057 +fxdFntW = 45058 +fxdFntHW = 45059 +fontWid = 44208 kFMUseGlobalScopeOption = 0x00000001 kFontIDNewYork = 2 kFontIDGeneva = 3 |