fontconfig-pure-0.5.0.0: Resolves font descriptions to font libraries, including ones installed on your freedesktop (Linux or BSD system).
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?