fontconfig-pure-0.5.1.0: Queries your system (Linux/BSD/etc) font database.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Text.Font.Choose.CharSet

Description

Process sets of unicode characters, possibly parsed from CSS.

Synopsis

Documentation

type CharSet = IntSet Source #

An FcCharSet is a set of Unicode characters.

ord :: Char -> Int #

The fromEnum method restricted to the type Char.

chr :: Int -> Char #

The toEnum method restricted to the type Char.

parseCharSet :: String -> Maybe CharSet Source #

Utility for parsing "unicode-range" @font-face property.

validCharSet' :: CharSet' -> Bool Source #

Can this charset be processed by FontConfig?