~alcinnz/fontconfig-pure

ref: db90fbd0f2143c28aaa9d49f91e6376109518b57 fontconfig-pure/Graphics/Text/Font/Choose/Weight.hs -rw-r--r-- 242 bytes
db90fbd0 — Adrian Cochrane Get FontSet module compiling (need to review memory management responsibilities). 2 years ago
                                                                                
24a77a5f Adrian Cochrane
1
2
3
4
5
6
7
module Graphics.Text.Font.Choose.Weight where

foreign import ccall "FcWeightFromOpenTypeDouble" weightFromOpenTypeDouble ::
    Double -> Double
foreign import ccall "FcWeightToOpenTypeDouble" weightToOpenTypeDouble ::
    Double -> Double