Gamgine-0.4.1: Some kind of game library or set of utilities.

Safe HaskellNone
LanguageHaskell98

Gamgine.Font.GLF

Documentation

init :: IO () Source

newtype FontId Source

Constructors

FontId Int 

Instances

type X = Double Source

type Y = Double Source

data Bounds Source

Constructors

Bounds 

Fields

min :: (X, Y)
 
max :: (X, Y)
 

Instances