| Portability | GHC |
|---|---|
| Stability | unstable |
| Maintainer | stephen.tetley@gmail.com |
Wumpus.Microprint.Datatypes
Contents
Description
Base datatypes.
Datatypes
type DrawWordF = RGBi -> Double -> Double -> Int -> DLocGraphicSource
colour * scaled_width * scaled_height -> char_count -> DLocGraphic
makeRenderScalingCtx :: (Int -> Double) -> (Int -> Double) -> RenderScalingCtxSource