// //------------------ DOK FILE -------------------------------------------------- +Header driver.generic.display =pkg driver.generic.display =title driver.generic.display =short =desc Documentation in progress... // // //------------------ PROTO ----------------------------------------------------- drawBitmap +Proto drawBitmap =type fun Int Int Str Int -> Bitmap =mode function =pkg driver.generic.display =impl mcy =link =desc // +arg x =type Int =desc // +arg y =type Int =desc // +arg src =type Str =desc // +arg w =type Int =desc // +arg result =type Bitmap =desc // // //------------------ PROTO ----------------------------------------------------- drawChar +Proto drawChar =type fun Int Int Int Bool -> Bitmap =mode function =pkg driver.generic.display =impl mcy =link =desc // +arg x =type Int =desc // +arg y =type Int =desc // +arg c =type Int =desc // +arg inverse =type Bool =desc // +arg result =type Bitmap =desc // // //------------------ PROTO ----------------------------------------------------- drawString +Proto drawString =type fun Int Int Str Bool -> Bitmap =mode function =pkg driver.generic.display =impl mcy =link =desc // +arg x =type Int =desc // +arg y =type Int =desc // +arg str =type Str =desc // +arg inverse =type Bool =desc // +arg result =type Bitmap =desc // // //------------------ PROTO ----------------------------------------------------- drawStringCenter +Proto drawStringCenter =type fun Int Int Str Bool -> Bitmap =mode function =pkg driver.generic.display =impl mcy =link =desc // +arg x =type Int =desc // +arg y =type Int =desc // +arg str =type Str =desc // +arg inverse =type Bool =desc // +arg result =type Bitmap =desc // // //------------------ PROTO ----------------------------------------------------- drawStringRight +Proto drawStringRight =type fun Int Int Str Bool -> Bitmap =mode function =pkg driver.generic.display =impl mcy =link =desc // +arg x =type Int =desc // +arg y =type Int =desc // +arg str =type Str =desc // +arg inverse =type Bool =desc // +arg result =type Bitmap =desc