Allow for indentation of individual selection items
This commit is contained in:
@@ -189,6 +189,7 @@ stackText :: [String] -> Picture
|
||||
{-# INLINE stackText #-}
|
||||
stackText = mconcat . zipWith (\y s -> translate 0 y $ centerText s) [0, 100 ..]
|
||||
|
||||
-- character size 100 x 200, no gaps between
|
||||
text :: String -> Picture
|
||||
{-# INLINE text #-}
|
||||
text = drawText 0
|
||||
|
||||
Reference in New Issue
Block a user