~alcinnz/fontconfig-pure

a16ba32a067ae0025cc83c69377be991682cd927 — Adrian Cochrane 1 year, 2 months ago 73bb43f
Document how to contribute.
1 files changed, 12 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +12 -1
@@ 1,5 1,5 @@
# FontConfig Pure
[Source Code](https://git.argonaut-constellation.org/~alcinnz/fontconfig-pure) [Issues](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) [Hackage](https://hackage.haskell.org/package/fontconfig-pure)
[Source Code](https://git.argonaut-constellation.org/~alcinnz/fontconfig-pure) | [Issues](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) | [Hackage](https://hackage.haskell.org/package/fontconfig-pure)

Pure-functional language bindings to [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/). Mostly consists of conversions between common Haskell types & FontConfig's imperative C types.



@@ 18,3 18,14 @@ Please see the Haddock documentation for API usage.
Contains a demo program in `Main.hs`, which can be run via `cabal run`, to query the system font database using standard FontConfig query syntax given in commandline arguments.

There's a tentative expansion with its own testscript which bridges over to Harfbuzz-Pure, & includes a testscript which renders "sphinx of black quartz judge my vow" using the best matching fontfile for your query. This is being held up until a new version of Haskell CSS Syntax is released to Hackage supporting UTF-8 Text.

## Contributing
Please send patches to our [issue tracker](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) by either:

* Attaching the output of `git format-patch`.
* [git send-email](https://git-send-email.io/) to ~alcinnz/fontconfig-pure@todo.argonaut-constellation.org .
* Linking to your fork elsewhere.

Whichever you find most convenient.

If you'd prefer to not make your email address public please contact alcinnz@argonaut-constellation.org !