sdl2-compositor-1.2.0.3: image compositing with sdl2 - declarative style

Safe HaskellNone
LanguageHaskell2010

SDL.Compositor.TTF

Contents

Synopsis

Interface

class FontSupport c where Source

Methods

withFontStyle :: TTFStyle -> c a -> c a Source

withFont :: TTFFont -> c a -> c a Source

withFontHint :: TTFHinting -> c a -> c a Source

showText :: Alignment -> Color -> Text -> c a Source

withKerning :: Bool -> c a -> c a Source

withFontCache :: Cacheable a => Cache FontKey a -> c a -> c a Source

Texture generation