home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-31 | 1.3 KB | 72 lines | [TEXT/CWIE] |
- # Generated from 'flap:CW9 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h'
-
- f = Function(void, 'TextFont',
- (short, 'font', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'TextFace',
- (short, 'face', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'TextMode',
- (short, 'mode', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'TextSize',
- (short, 'size', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'SpaceExtra',
- (Fixed, 'extra', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'DrawChar',
- (short, 'ch', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'DrawString',
- (ConstStr255Param, 's', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'DrawText',
- (TextThingie, 'textBuf', InMode),
- (short, 'firstByte', InMode),
- (short, 'byteCount', InMode),
- )
- functions.append(f)
-
- f = Function(short, 'CharWidth',
- (short, 'ch', InMode),
- )
- functions.append(f)
-
- f = Function(short, 'StringWidth',
- (ConstStr255Param, 's', InMode),
- )
- functions.append(f)
-
- f = Function(short, 'TextWidth',
- (TextThingie, 'textBuf', InMode),
- (short, 'firstByte', InMode),
- (short, 'byteCount', InMode),
- )
- functions.append(f)
-
- f = Function(void, 'GetFontInfo',
- (FontInfo, 'info', OutMode),
- )
- functions.append(f)
-
- f = Function(void, 'CharExtra',
- (Fixed, 'extra', InMode),
- )
- functions.append(f)
-
-