~alcinnz/fontconfig-pure

ref: 58befc6c45875185a9891c2f886340863350284f fontconfig-pure/Graphics/Text/Font/Choose/Weight.hs -rw-r--r-- 242 bytes
58befc6c — Adrian Cochrane Review CharSet bindings for correct memory management. 2 years ago
                                                                                
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