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