Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Cairo.Types
Documentation
data CairoTextExtentsT Source #
Constructors
CairoTextExtentsT | |
Instances
Storable CairoTextExtentsT Source # | |
Defined in Graphics.Cairo.Types Methods sizeOf :: CairoTextExtentsT -> Int # alignment :: CairoTextExtentsT -> Int # peekElemOff :: Ptr CairoTextExtentsT -> Int -> IO CairoTextExtentsT # pokeElemOff :: Ptr CairoTextExtentsT -> Int -> CairoTextExtentsT -> IO () # peekByteOff :: Ptr b -> Int -> IO CairoTextExtentsT # pokeByteOff :: Ptr b -> Int -> CairoTextExtentsT -> IO () # peek :: Ptr CairoTextExtentsT -> IO CairoTextExtentsT # poke :: Ptr CairoTextExtentsT -> CairoTextExtentsT -> IO () # | |
Show CairoTextExtentsT Source # | |
Defined in Graphics.Cairo.Types Methods showsPrec :: Int -> CairoTextExtentsT -> ShowS # show :: CairoTextExtentsT -> String # showList :: [CairoTextExtentsT] -> ShowS # |