SVGFonts 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- SVGFonts.cabal +1/−1
- src/Graphics/SVGFonts/ReadFont.hs +1/−1
SVGFonts.cabal view
@@ -1,5 +1,5 @@ Name: SVGFonts -Version: 1.3.0.1+Version: 1.3.0.2 Synopsis: Fonts from the SVG-Font format Description: Native font support for the diagrams framework (<http://projects.haskell.org/diagrams/>). Note that this package can be used with any diagrams backend, not just the SVG backend. The SVG-tont format is easy to parse and was therefore chosen for a font library completely written in Haskell.
src/Graphics/SVGFonts/ReadFont.hs view
@@ -285,7 +285,7 @@ , kernG1S :: Map.Map String [Int] , kernG2S :: Map.Map String [Int] , kernK :: Vector Double- } deriving Show -- ^ u1s, u2s, g1s, g2s, k+ } deriving Show -- | Change the horizontal advance of two consective chars (kerning) kernAdvance :: String -> String -> Kern -> Bool -> Double