diff options
Diffstat (limited to 'Mac/Modules/fm/Fmgen.py')
-rw-r--r-- | Mac/Modules/fm/Fmgen.py | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/Mac/Modules/fm/Fmgen.py b/Mac/Modules/fm/Fmgen.py new file mode 100644 index 0000000..7d9203f --- /dev/null +++ b/Mac/Modules/fm/Fmgen.py @@ -0,0 +1,84 @@ +# Generated from 'flap:CodeWarrior: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) + |