wumpus-microprint-0.1.1: Microprints - "greek-text" pictures.Source codeContentsIndex
Wumpus.MicroPrint.Render
PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com
Description
Render
Synopsis
type Graphic u = H (Primitive u)
type DGraphic = Graphic Double
data MP_config = MP_config {
char_height :: Double
char_width :: Double
line_spacing :: Double
drawF :: Double -> Double -> DRGB -> DGraphicF
}
greekF :: Double -> Double -> DRGB -> DGraphicF
drawMicroPrint :: MP_config -> ([Tile], Height) -> Maybe DPicture
Documentation
type Graphic u = H (Primitive u)Source
Note - this representation allows for zero, one or more Primitives to be collected together.
type DGraphic = Graphic DoubleSource
data MP_config Source
Constructors
MP_config
char_height :: Double
char_width :: Double
line_spacing :: Double
drawF :: Double -> Double -> DRGB -> DGraphicF
show/hide Instances
ReaderM RenderMonad MP_config
greekF :: Double -> Double -> DRGB -> DGraphicFSource
drawMicroPrint :: MP_config -> ([Tile], Height) -> Maybe DPictureSource
Produced by Haddock version 2.6.1