Documentation
TAttText (ForeignPtr RawTAttText) |
class IDeletable a => ITAttText a whereSource
getTextAlign :: a -> IO IntSource
getTextAngle :: a -> IO DoubleSource
getTextColor :: a -> IO IntSource
getTextFont :: a -> IO IntSource
getTextSize :: a -> IO DoubleSource
resetAttText :: a -> String -> IO ()Source
setTextAttributes :: a -> IO ()Source
setTextAlign :: a -> Int -> IO ()Source
setTextAngle :: a -> Double -> IO ()Source
setTextColor :: a -> Int -> IO ()Source
setTextFont :: a -> Int -> IO ()Source
setTextSize :: a -> Double -> IO ()Source
setTextSizePixels :: a -> Int -> IO ()Source
upcastTAttText :: (FPtr a, ITAttText a) => a -> TAttTextSource