h-raylib-5.5.1.0: Raylib bindings for Haskell
Safe HaskellNone
LanguageHaskell2010

Raylib.Types.Core.Text

Description

Bindings for types used in rtext

Synopsis

Enumerations

Structures

data GlyphInfo Source #

Instances

Instances details
Storable GlyphInfo Source # 
Instance details

Defined in Raylib.Types.Core.Text

Show GlyphInfo Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

showsPrec :: Int -> GlyphInfo -> ShowS

show :: GlyphInfo -> String

showList :: [GlyphInfo] -> ShowS

Eq GlyphInfo Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

(==) :: GlyphInfo -> GlyphInfo -> Bool

(/=) :: GlyphInfo -> GlyphInfo -> Bool

Freeable GlyphInfo Source # 
Instance details

Defined in Raylib.Types.Core.Text

data Font Source #

Instances

Instances details
Storable Font Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

sizeOf :: Font -> Int

alignment :: Font -> Int

peekElemOff :: Ptr Font -> Int -> IO Font

pokeElemOff :: Ptr Font -> Int -> Font -> IO ()

peekByteOff :: Ptr b -> Int -> IO Font

pokeByteOff :: Ptr b -> Int -> Font -> IO ()

peek :: Ptr Font -> IO Font

poke :: Ptr Font -> Font -> IO ()

Show Font Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

showsPrec :: Int -> Font -> ShowS

show :: Font -> String

showList :: [Font] -> ShowS

Eq Font Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

(==) :: Font -> Font -> Bool

(/=) :: Font -> Font -> Bool

Closeable Font Source # 
Instance details

Defined in Raylib.Types.Core.Text

Freeable Font Source # 
Instance details

Defined in Raylib.Types.Core.Text

Methods

rlFreeDependents :: Font -> Ptr Font -> IO () Source #

rlFree :: Font -> Ptr Font -> IO () Source #

Pointer utilities