diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-01-09 17:15:16 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-01-09 17:15:16 (GMT) |
commit | 6259af9bbbb0968abce4b91b966139fb7b3d386e (patch) | |
tree | 4b43d29e3a8301bcf01e57c4ff71173d3c870b18 /Mac/Lib | |
parent | c8a9949407b753205b3db58719f0be787a039db8 (diff) | |
download | cpython-6259af9bbbb0968abce4b91b966139fb7b3d386e.zip cpython-6259af9bbbb0968abce4b91b966139fb7b3d386e.tar.gz cpython-6259af9bbbb0968abce4b91b966139fb7b3d386e.tar.bz2 |
An interface to the font manager
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/toolbox/Fonts.py | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/Fonts.py b/Mac/Lib/toolbox/Fonts.py new file mode 100644 index 0000000..ff1e62b --- /dev/null +++ b/Mac/Lib/toolbox/Fonts.py @@ -0,0 +1,32 @@ +# Generated from 'flap:CodeWarrior:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Fonts.h' + +systemFont = 0 +applFont = 1 +newYork = 2 +geneva = 3 +monaco = 4 +venice = 5 +london = 6 +athens = 7 +sanFran = 8 +toronto = 9 +cairo = 11 +losAngeles = 12 +times = 20 +helvetica = 21 +courier = 22 +symbol = 23 +mobile = 24 +commandMark = 17 +checkMark = 18 +diamondMark = 19 +appleMark = 20 +propFont = 36864 +prpFntH = 36865 +prpFntW = 36866 +prpFntHW = 36867 +fixedFont = 45056 +fxdFntH = 45057 +fxdFntW = 45058 +fxdFntHW = 45059 +fontWid = 44208 |