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