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