SDL-ttf-0.5.2: Binding to libSDL_ttfContentsIndex
Graphics.UI.SDL.TTF.Attributes
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
getFontStyle :: Font -> IO [FontStyle]
setFontStyle :: Font -> [FontStyle] -> IO ()
fontHeight :: Font -> IO Int
fontAscent :: Font -> IO Int
fontDescent :: Font -> IO Int
fontLineSkip :: Font -> IO Int
fontFaces :: Font -> IO Int
fontFaceIsFixedWidth :: Font -> IO Int
fontFaceFamilyName :: Font -> IO String
fontFaceStyleName :: Font -> IO String
tryTextSize :: Font -> String -> IO (Maybe (Int, Int))
textSize :: Font -> String -> IO (Int, Int)
tryUTF8Size :: Font -> String -> IO (Maybe (Int, Int))
utf8Size :: Font -> String -> IO (Int, Int)
data FontStyle
Constructors
StyleBold
StyleItalic
StyleUnderline
show/hide Instances
Produced by Haddock version 2.1.0