-- | 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!