Fix type error (CatTrap uses Doubles, Typograffiti Floats).
1 files changed, 1 insertions(+), 1 deletions(-) M src/Main.hs
M src/Main.hs => src/Main.hs +1 -1
@@ 161,7 161,7 @@ main = do font <- liftIO $ instantiatePattern ft pat (-1, size) atlas <- allocAtlas (liftIO . bmpAndMetricsForIndex font SubpixelDefault) (map toEnum $ IS.toList glyphs) (hbScale sysfont, hbScale sysfont) (realToFrac $ hbScale sysfont, realToFrac $ hbScale sysfont) return ((pat, size), atlas) let atlases' = M.fromList atlases