Jack Jansen | c982ef2 | 2001-02-15 22:56:41 +0000 | [diff] [blame] | 1 | /* |
| 2 | * WETabHooks.h |
| 3 | * |
| 4 | * WASTE TABS PACKAGE |
| 5 | * Private (internal) interface |
| 6 | * |
| 7 | * Copyright (c) 1993-1998 Marco Piovanelli |
| 8 | * All Rights Reserved |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | |
Jack Jansen | edeea04 | 2001-12-09 23:08:54 +0000 | [diff] [blame] | 13 | #ifndef WITHOUT_FRAMEWORKS |
| 14 | #include <Carbon/Carbon.h> |
| 15 | #endif |
Jack Jansen | c982ef2 | 2001-02-15 22:56:41 +0000 | [diff] [blame] | 16 | #ifndef _WASTE_ |
| 17 | #include "WASTE.h" |
| 18 | #endif |
| 19 | |
| 20 | enum { |
| 21 | kTabSizeTag = 'tbsz' |
| 22 | }; |
| 23 | |
| 24 | #ifdef __cplusplus |
| 25 | extern "C" { |
| 26 | #endif |
| 27 | |
| 28 | pascal void _WETabDrawText(const char *, SInt32, Fixed, JustStyleCode, WEReference); |
| 29 | pascal SInt32 _WETabPixelToChar(const char *, SInt32, Fixed, Fixed *, WEEdge *, JustStyleCode, Fixed, WEReference); |
| 30 | pascal SInt16 _WETabCharToPixel(const char *, SInt32, Fixed, SInt32, SInt16, JustStyleCode, SInt16, WEReference); |
| 31 | pascal StyledLineBreakCode _WETabLineBreak(const char *, SInt32, SInt32, SInt32, Fixed *, SInt32 *, WEReference); |
| 32 | |
| 33 | #ifdef __cplusplus |
| 34 | } |
| 35 | #endif |