~alcinnz/fontconfig-pure

ref: 384d73c610a33f1b09a4dbb16b7e855f05eb631f fontconfig-pure/Graphics/Text/Font/Choose/Weight.hs -rw-r--r-- 242 bytes
384d73c6 — Adrian Cochrane Draft implicit-config versions of fontset APIs. 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