From f238fc9c1723e757f26f9ea0880923a71163f4f4 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Tue, 20 Dec 2022 10:43:50 +1300 Subject: [PATCH] Document FcObjectSet language bindings. --- Graphics/Text/Font/Choose/ObjectSet.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Graphics/Text/Font/Choose/ObjectSet.hs b/Graphics/Text/Font/Choose/ObjectSet.hs index e2a0e32..7020b22 100644 --- a/Graphics/Text/Font/Choose/ObjectSet.hs +++ b/Graphics/Text/Font/Choose/ObjectSet.hs @@ -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] ------ -- 2.30.2