module Graphics.Text.Font.Choose.Weight where
foreign import ccall "FcWeightFromOpenTypeDouble" weightFromOpenTypeDouble ::
Double -> Double
foreign import ccall "FcWeightToOpenTypeDouble" weightToOpenTypeDouble ::
Double -> Double
foreign import ccall "FcWeightFromOpenType" weightFromOpenType :: Int -> Int
foreign import ccall "FcWeightToOpenType" weightToOpenType :: Int -> Int