-
Dropped support for GHC 7.10.
-
Added
xftDrawStringFallback
, which works likexftDrawString
but supports font fallback. -
Added
xftTextAccumExtents
, which works likexftTextExtents
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
, andxftfont_max_height
to gain information about a non-empty list ofXftFont
s.
- Fixed flipped green/blue values in XRenderColor.