~alcinnz/CatTrap

03748b5bb21bdc5df70cafaa511d287be2c88572 — Adrian Cochrane 1 year, 3 months ago e9d8aec
Typecheck fixes.
1 files changed, 2 insertions(+), 1 deletions(-)

M Graphics/Layout/CSS/Internal.hs
M Graphics/Layout/CSS/Internal.hs => Graphics/Layout/CSS/Internal.hs +2 -1
@@ 90,7 90,8 @@ hbUnit = 64 :: Double

pattern2hbfont :: Pattern -> Int -> [Variation] -> Font
pattern2hbfont pat scale variations | Nothing <- lookup "file" pat =
    let pat' = setValue "file" "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" pat
    let fontpath = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" :: String
    in let pat' = setValue "file" Strong fontpath pat
    in pattern2hbfont pat' scale variations
pattern2hbfont pat scale variations = createFontWithOptions options face
  where