extern pascal short Pixel2Char(Ptr textBuf, short textLen, short slop, short pixelWidth, Boolean *leadingEdge)
FOURWORDINLINE(0x2F3C, 0x820E, 0x0014, 0xA8B5);
extern pascal short Char2Pixel(Ptr textBuf, short textLen, short slop, short offset, short direction)
FOURWORDINLINE(0x2F3C, 0x820C, 0x0016, 0xA8B5);
extern pascal short PixelToChar(Ptr textBuf, long textLength, Fixed slop, Fixed pixelWidth, Boolean *leadingEdge, Fixed *widthRemaining, JustStyleCode styleRunPosition, Point numer, Point denom)
FOURWORDINLINE(0x2F3C, 0x8222, 0x002E, 0xA8B5);
extern pascal short CharToPixel(Ptr textBuf, long textLength, Fixed slop, long offset, short direction, JustStyleCode styleRunPosition, Point numer, Point denom)
FOURWORDINLINE(0x2F3C, 0x821C, 0x0030, 0xA8B5);
extern pascal void DrawJustified(Ptr textPtr, long textLength, Fixed slop, JustStyleCode styleRunPosition, Point numer, Point denom)
FOURWORDINLINE(0x2F3C, 0x8016, 0x0032, 0xA8B5);
extern pascal void MeasureJustified(Ptr textPtr, long textLength, Fixed slop, Ptr charLocs, JustStyleCode styleRunPosition, Point numer, Point denom)
FOURWORDINLINE(0x2F3C, 0x801A, 0x0034, 0xA8B5);
extern pascal Fixed PortionLine(Ptr textPtr, long textLen, JustStyleCode styleRunPosition, Point numer, Point denom)
FOURWORDINLINE(0x2F3C, 0x8412, 0x0036, 0xA8B5);
extern pascal void HiliteText(Ptr textPtr, short textLength, short firstOffset, short secondOffset, OffsetTable offsets)
FOURWORDINLINE(0x2F3C, 0x800E, 0x001C, 0xA8B5);
extern pascal void DrawJust(Ptr textPtr, short textLength, short slop)
FOURWORDINLINE(0x2F3C, 0x8008, 0x001E, 0xA8B5);
extern pascal void MeasureJust(Ptr textPtr, short textLength, short slop, Ptr charLocs)
FOURWORDINLINE(0x2F3C, 0x800C, 0x0020, 0xA8B5);
extern pascal Fixed PortionText(Ptr textPtr, long textLength)
FOURWORDINLINE(0x2F3C, 0x8408, 0x0024, 0xA8B5);
extern pascal long VisibleLength(Ptr textPtr, long textLength)
FOURWORDINLINE(0x2F3C, 0x8408, 0x0028, 0xA8B5);
extern pascal void GetFormatOrder(FormatOrderPtr ordering, short firstFormat, short lastFormat, Boolean lineRight, StyleRunDirectionUPP rlDirProc, Ptr dirParam)
FOURWORDINLINE(0x2F3C, 0x8012, 0xFFFC, 0xA8B5);
extern pascal void TextFont(short font)
ONEWORDINLINE(0xA887);
extern pascal void TextFace(short face)
ONEWORDINLINE(0xA888);
extern pascal void TextMode(short mode)
ONEWORDINLINE(0xA889);
extern pascal void TextSize(short size)
ONEWORDINLINE(0xA88A);
extern pascal void SpaceExtra(Fixed extra)
ONEWORDINLINE(0xA88E);
extern pascal void DrawChar(short ch)
ONEWORDINLINE(0xA883);
extern pascal void DrawString(ConstStr255Param s)
ONEWORDINLINE(0xA884);
extern pascal void DrawText(const void *textBuf, short firstByte, short byteCount)
ONEWORDINLINE(0xA885);
extern pascal short CharWidth(short ch)
ONEWORDINLINE(0xA88D);
extern pascal short StringWidth(ConstStr255Param s)
ONEWORDINLINE(0xA88C);
extern pascal short TextWidth(const void *textBuf, short firstByte, short byteCount)