packages feed

FontyFruity 0.5.3 → 0.5.3.1

raw patch · 3 files changed

+4/−3 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Graphics.Text.TrueType: descriptorOf :: Font -> Maybe FontDescriptor

Files

FontyFruity.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                FontyFruity-version:             0.5.3+version:             0.5.3.1 synopsis:            A true type file format loader description:              A haskell Truetype file parser.@@ -28,7 +28,7 @@ Source-Repository this     Type:      git     Location:  https://github.com/Twinside/FontyFruity.git-    Tag:       v0.5.3+    Tag:       v0.5.3.1  library   exposed-modules: Graphics.Text.TrueType
changelog view
@@ -1,6 +1,6 @@ -*-change-log-*- -v0.5.3 February 2016+v0.5.3(.1) February 2016  * Fix: bug when trying to scan a directory  * Addition: exposing descriptorOf function  * Enhancement: Made FontDescriptor strictier.
src/Graphics/Text/TrueType.hs view
@@ -24,6 +24,7 @@     , findFontInCache     , buildCache     , enumerateFonts+    , descriptorOf        -- * Types     , Font