Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Text.Font.Choose.CharSet
Description
Process sets of unicode characters, possibly parsed from CSS.
Documentation
module Data.IntSet
parseCharSet :: String -> Maybe CharSet Source #
Utility for parsing "unicode-range" @font-face property.
Wrapper around CharSet
which can implement typeclasses.
validCharSet' :: CharSet' -> Bool Source #
Can this charset be processed by FontConfig?