!*********************************************************************** !* !* Constants related to the LBP-10 and DTF !* !*********************************************************************** ! ! Line clipping codes ! %constantinteger LEFT = 1 %constantinteger RIGHT = 2 %constantinteger TOP = 4 %constantinteger BOTTOM = 8 ! ! LBP-10 command codes ! %constantinteger MAXSETCHAR = 127 %constantinteger MAXSHORTMOVE = 191 %constantinteger MOVEBYX = 192 %constantinteger MOVEBYY = 193 %constantinteger MOVEBYXY = 194 %constantinteger MOVETOX = 195 %constantinteger MOVETOY = 196 %constantinteger MOVETOXY = 197 %constantinteger EXTSETCHAR = 198 %constantinteger LPMODEON = 199 %constantinteger LPMODEOFF = 200 %constantinteger BEGINPAGE = 201 %constantinteger STOP = 202 %constantinteger LPSETUP = 203 %constantinteger CHANGEFONT = 204 %constantinteger SETRULE = 205 %constantinteger DEFINEFONT = 206 %constantinteger DEFINECHAR = 207 %constantinteger FORGETFONT = 208 %constantinteger FORGETCHAR = 209 %constantinteger LPSPACE = 210 %constantinteger LPNEWLINE = 211 %constantinteger DECLAREFONT = 212 %constantinteger LANDSCAPEON = 213 %constantinteger LANDSCAPEOFF = 214 %constantinteger DRAWLINE = 215 %constantinteger SETUPLINE = 216 %constantinteger HEADER = 217 ! ! Line styles ! %constantinteger SOLID = 1 %constantinteger DASH = 2 %constantinteger DOT = 3 %constantinteger DOTDASH = 4 ! ! LBP-10 page is MAXX * MAXY pixels ! %constantinteger MAXX = 1866 %constantinteger MAXY = 2770 ! %constantinteger MAXFNAME = 19; ! Longest font name for DECLAREFONT ! !********** End of file LBP10CONST ************************************* !