
4 May
2006
4 May
'06
12:47 a.m.
Hello Marc, Thursday, May 4, 2006, 2:21:58 AM, you wrote:
getTable1 bh = do bh = seek bh offset -- seek to the beginning of the table get binary data and build internal representation return list of glyph and outlines and ...
just add unsafePerformIO: getTable1 bh = unsafePerformIO $ do seek bh offset -- seek to the beginning of the table get binary data and build internal representation return list of glyph and outlines and ... -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com