Text preview for : AlFont.mesa_Sep78.pdf part of xerox AlFont.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_System AlFont.mesa_Sep78.pdf



Back to : AlFont.mesa_Sep78.pdf | Home

A1Font.mesa 2-Sep-78 14:14:54 Page 1


-- A1Font.mesa Edited by: May 12. 1978 8:43 AM
DIRECTORY
BitBltDefs: FROM "bitbltdefs" USING [BBptr. B8Table. BITBLT].
FontDefs: FROM "fontdeFs" USING [BitmapState. FontHandle, FontObject].
InlineDefs: FROM "inlinedefs" USING [BITAND. BIrOR, BITSHIFT],
SegmentDefs: FROM "segmentdefs" USING [
FileSegmentAddress, FileSegmentHandle, SwapIn, SwapOut, Unlock].
SystemDefs: FROM "systemdefs" USING [AllocateHeapNode. FreeHeapNode];
DEFINITIONS FROM FontDefs;
A1Font: PROGRAM IMPORTS SegmentDefs, SystemDefs EXPORTS FontDeFs