packages feed

fontconfig-pure 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

+ FreeType.FontConfig: bmpAndMetricsForIndex :: FTFC_Instance -> FTFC_Subpixel -> Word32 -> IO (FT_Bitmap, FT_Glyph_Metrics)

Files

FreeType/FontConfig.hs view
@@ -2,7 +2,7 @@ module FreeType.FontConfig (ftCharIndex, ftCharSet, ftCharSetAndSpacing,     ftQuery, ftQueryAll, ftQueryFace,     FTFC_Instance(..), FTFC_Metrics(..), FTFC_Subpixel(..), instantiatePattern,-    FTFC_Glyph(..), glyphForIndex) where+    FTFC_Glyph(..), glyphForIndex, bmpAndMetricsForIndex) where  import Graphics.Text.Font.Choose.CharSet (CharSet, CharSet_, thawCharSet, thawCharSet_) import Graphics.Text.Font.Choose.Pattern (Pattern, Pattern_, thawPattern, thawPattern_)
fontconfig-pure.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.1.0+version:             0.1.1.1  -- A short (one-line) description of the package. synopsis:            Pure-functional language bindings to FontConfig