summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/fm
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-04-16 14:33:21 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-04-16 14:33:21 (GMT)
commitded81a1ffe5c4398968888715b98b618f0604c37 (patch)
tree4615649ab17c51f51c1d12b10edf4074c120a8e5 /Mac/Modules/fm
parent19171a21fdff4f63ca35b3cafc96a86280d0539b (diff)
downloadcpython-ded81a1ffe5c4398968888715b98b618f0604c37.zip
cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.gz
cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.bz2
Removed ...gen.py files from repository
Diffstat (limited to 'Mac/Modules/fm')
-rw-r--r--Mac/Modules/fm/Fmgen.py84
1 files changed, 0 insertions, 84 deletions
diff --git a/Mac/Modules/fm/Fmgen.py b/Mac/Modules/fm/Fmgen.py
deleted file mode 100644
index 194d034..0000000
--- a/Mac/Modules/fm/Fmgen.py
+++ /dev/null
@@ -1,84 +0,0 @@
-# Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Fonts.h'
-
-f = Function(void, 'InitFonts',
-)
-functions.append(f)
-
-f = Function(void, 'GetFontName',
- (short, 'familyID', InMode),
- (Str255, 'name', OutMode),
-)
-functions.append(f)
-
-f = Function(void, 'GetFNum',
- (ConstStr255Param, 'name', InMode),
- (short, 'familyID', OutMode),
-)
-functions.append(f)
-
-f = Function(Boolean, 'RealFont',
- (short, 'fontNum', InMode),
- (short, 'size', InMode),
-)
-functions.append(f)
-
-f = Function(void, 'SetFontLock',
- (Boolean, 'lockFlag', InMode),
-)
-functions.append(f)
-
-f = Function(void, 'SetFScaleDisable',
- (Boolean, 'fscaleDisable', InMode),
-)
-functions.append(f)
-
-f = Function(void, 'FontMetrics',
- (FMetricRecPtr, 'theMetrics', OutMode),
-)
-functions.append(f)
-
-f = Function(void, 'SetFractEnable',
- (Boolean, 'fractEnable', InMode),
-)
-functions.append(f)
-
-f = Function(short, 'GetDefFontSize',
-)
-functions.append(f)
-
-f = Function(Boolean, 'IsOutline',
- (Point, 'numer', InMode),
- (Point, 'denom', InMode),
-)
-functions.append(f)
-
-f = Function(void, 'SetOutlinePreferred',
- (Boolean, 'outlinePreferred', InMode),
-)
-functions.append(f)
-
-f = Function(Boolean, 'GetOutlinePreferred',
-)
-functions.append(f)
-
-f = Function(void, 'SetPreserveGlyph',
- (Boolean, 'preserveGlyph', InMode),
-)
-functions.append(f)
-
-f = Function(Boolean, 'GetPreserveGlyph',
-)
-functions.append(f)
-
-f = Function(OSErr, 'FlushFonts',
-)
-functions.append(f)
-
-f = Function(short, 'GetSysFont',
-)
-functions.append(f)
-
-f = Function(short, 'GetAppFont',
-)
-functions.append(f)
-