| ||||||||||
| ||||||||||
| 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 | ||||||||||
| ||||||||||
| Produced by Haddock version 2.1.0 |