~alcinnz/fontconfig-pure

ref: b4f50b899d7bdc31953ee467b88ba795596635d1 fontconfig-pure/Graphics/Text/Font/Choose/Weight.hs -rw-r--r-- 242 bytes
b4f50b89 — Adrian Cochrane Correct FcConfig memory handling & exception throwing. 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