~alcinnz/fontconfig-pure

ref: dfce3326f7f5b2367df56675e92742b3d5f7fbc3 fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 360 bytes
dfce3326 — Adrian Cochrane Test @font-face parsing. 4 months ago
                                                                                
dbefdc06 Adrian Cochrane
1abac8a1 Adrian Cochrane
4da6f787 Adrian Cochrane
94860b2e Adrian Cochrane
4da6f787 Adrian Cochrane
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!