keid-render-basic-0.1.1.4: Basic rendering programs for Keid engine.
Safe HaskellNone
LanguageHaskell2010

Resource.Font

Documentation

data Config Source #

Instances

Instances details
Eq Config Source # 
Instance details

Defined in Resource.Font

Methods

(==) :: Config -> Config -> Bool #

(/=) :: Config -> Config -> Bool #

Ord Config Source # 
Instance details

Defined in Resource.Font

Show Config Source # 
Instance details

Defined in Resource.Font

allocateCollection :: Traversable collection => Queues CommandPool -> collection Config -> StageRIO st (ReleaseKey, collection Font) Source #

collectionTextures :: Foldable collection => collection Font -> Vector (Texture Flat) Source #

data Font Source #

Constructors

Font 

Fields

allocateFont :: Queues CommandPool -> Config -> StageRIO st (ReleaseKey, Font) Source #