~alcinnz/fontconfig-pure

73bb43f1c1ff72234fcc1c01a028af44c1c158e5 — Adrian Cochrane 1 year, 3 months ago 32350eb
Note bridging work.
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M fontconfig-harfbuzz/fontconfig-harfbuzz.cabal
M README.md => README.md +1 -1
@@ 3,7 3,7 @@

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.

Queries a database of fonts, both in-memory & on the local filesystem, to find the one most closely matching your desired font-family, style, & size.
Queries a database of fonts, both in-memory & on the local filesystem, to find the one most closely matching your desired font-family, style, & size. Includes bridges from [Haskell Stylist](https://hackage.haskell.org/package/stylist) and to both FreeType & (soon) Harfbuzz.

## Requirements
* FontConfig 2.13 or greater

M fontconfig-harfbuzz/fontconfig-harfbuzz.cabal => fontconfig-harfbuzz/fontconfig-harfbuzz.cabal +1 -1
@@ 57,7 57,7 @@ library
  -- other-extensions:

  -- Other library packages from which modules are imported.
  build-depends:       base >=4.12 && <4.13, fontconfig-pure, harfbuzz-pure, bytestring
  build-depends:       base >=4.12 && <4.16, fontconfig-pure, harfbuzz-pure, bytestring

  -- Directories containing source files.
  hs-source-dirs:      .