wumpus-microprint-0.3.0: Microprints - "greek-text" pictures.Source codeContentsIndex
Wumpus.MicroPrint.Render
PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com
Description
Render
Synopsis
type DrawF = (Int, Double) -> (Double, Double) -> DRGB -> DGraphicF
data MP_config = MP_config {
char_height :: Double
char_width :: Double
line_spacing :: Double
drawF :: DrawF
}
greekF :: DrawF
borderedF :: Double -> DrawF
drawMicroPrint :: MP_config -> ([Tile], Height) -> Maybe DPicture
Documentation
type DrawF = (Int, Double) -> (Double, Double) -> DRGB -> DGraphicFSource
DrawF : (num_chars, char_unit_width) * (full_width, full_height) -> rgb -> DGraphicF
data MP_config Source
Constructors
MP_config
char_height :: Double
char_width :: Double
line_spacing :: Double
drawF :: DrawF
show/hide Instances
ReaderM RenderMonad MP_config
greekF :: DrawFSource
borderedF :: Double -> DrawFSource
drawMicroPrint :: MP_config -> ([Tile], Height) -> Maybe DPictureSource
Produced by Haddock version 2.6.1