{-# LANGUAGE CApiFFI #-} module Graphics.Text.Font.Choose.Weight where foreign import capi "fontconfig/fontconfig.h FcWeightFromOpenTypeDouble" weightFromOpenTypeDouble :: Double -> Double foreign import capi "fontconfig/fontconfig.h FcWeightToOpenTypeDouble" weightToOpenTypeDouble :: Double -> Double foreign import capi "fontconfig/fontconfig.h FcWeightFromOpenType" weightFromOpenType :: Int -> Int foreign import capi "fontconfig/fontconfig.h FcWeightToOpenType" weightToOpenType :: Int -> Int