~alcinnz/fontconfig-pure

ref: 160a3581125528284fb086f831e1d91815766d2b fontconfig-pure/Graphics/Text/Font/Choose/Weight.hs -rw-r--r-- 242 bytes
160a3581 — Adrian Cochrane Refine memory management for Patterns. 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