~alcinnz/fontconfig-pure

f238fc9c1723e757f26f9ea0880923a71163f4f4 — Adrian Cochrane 2 years ago 0b5dc62
Document FcObjectSet language bindings.
1 files changed, 3 insertions(+), 0 deletions(-)

M Graphics/Text/Font/Choose/ObjectSet.hs
M Graphics/Text/Font/Choose/ObjectSet.hs => Graphics/Text/Font/Choose/ObjectSet.hs +3 -0
@@ 7,6 7,9 @@ import Control.Monad (forM)
import Control.Exception (bracket)
import Graphics.Text.Font.Choose.Result (throwFalse, throwNull)

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

------