X11-xft

Bindings to the Xft and some Xrender parts

LTS Haskell 22.14:0.3.4
Stackage Nightly 2024-03-28:0.3.4
Latest on Hackage:0.3.4

See all snapshots X11-xft appears in

BSD-3-Clause licensed by Clemens Fruhwirth
Maintained by [email protected]
This version can be pinned in stack with:X11-xft-0.3.4@sha256:e08bd69d24c40f1a33e6c87964f200656da77ad6a1fbdf6a4073dcb967e65599,1380

Module documentation for 0.3.4

Depends on 3 packages(full list with versions):
Used by 1 package in lts-19.2(full list with versions):

Bindings to the X Free Type interface library Hackage

Changes

Change Log / Release Notes

0.3.4 (2021-12-11)

  • Dropped support for GHC 7.10.

  • Added xftDrawStringFallback, which works like xftDrawString but supports font fallback.

  • Added xftTextAccumExtents, which works like xftTextExtents but possibly uses different fonts for different parts of the string and returns the accumulative extents.

  • Added the functions xftfont_max_ascent, xftfont_max_descent, and xftfont_max_height to gain information about a non-empty list of XftFonts.

0.3.3 (2021-12-01)

  • Fixed flipped green/blue values in XRenderColor.