~alcinnz/fontconfig-pure

ref: 47cc098450b726d49471eab75b08df89c5c75b6c fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 360 bytes
47cc0984 — Adrian Cochrane Commit missing support module. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
-- | Which properties of a font do we want to read?
module Graphics.Text.Font.Choose.ObjectSet(ObjectSet) where

-- | Holds a list of pattern property names; it is used to indicate which
-- properties are to be returned in the patterns from FcFontList.
type ObjectSet = [String]

-- NOTE: Already has all the typeclass instances I want, including MessagePack!