home *** CD-ROM | disk | FTP | other *** search
- /*====================================================================
-
- NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
-
- INFORMATION:
- This is $Revision: 1.5 $ of this file
- It was last modified by $Author: death $ on $Date: 93/04/04 23:28:08 $
- $Log: NeXTToMacRTFText.h,v $
- * Revision 1.5 93/04/04 23:28:08 death
- * Sun Apr 4 23:28:07 PDT 1993
- *
- * Revision 1.4 93/02/21 11:59:52 death
- * Sun Feb 21 11:59:52 PST 1993
- *
- * Revision 1.3 93/01/10 08:27:19 death
- * Sun Jan 10 08:27:19 PST 1993
- *
- * Revision 1.2 93/01/02 23:41:29 death
- * Sat Jan 2 23:41:28 PST 1993
- *
- * Revision 1.1 93/01/02 13:38:56 death
- * Sat Jan 2 13:38:56 PST 1993
- *
- * Revision 1.1 92/12/13 10:00:59 death
- * Sun Dec 13 10:00:59 PST 1992
- *
- ====================================================================*/
-
-
- #import "NeXTToMacText.h"
- #import "common.h"
-
- @interface NeXTToMacRTFText:NeXTToMacText
- {
- }
- //
- //
- - (Character) ConvertCharacter: (Character) theCharacter;
- @end
-
-