FontyFruity 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+7/−4 lines, 3 files
Files
- FontyFruity.cabal +2/−2
- changelog +3/−0
- src/Graphics/Text/TrueType/MaxpTable.hs +2/−2
FontyFruity.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: FontyFruity -version: 0.1.0.3 +version: 0.1.0.4 synopsis: A true type file format loader description: An haskell Truetype file parser. @@ -28,7 +28,7 @@ Source-Repository this Type: git Location: https://github.com/Twinside/FontyFruity.git - Tag: v0.1.0.3 + Tag: v0.1.0.4 library
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +v0.1.0.4 February 2014 + * Fixing hackage's haddock generation + v0.1.0.3 February 2014 * Dropping base upper bound.
src/Graphics/Text/TrueType/MaxpTable.hs view
@@ -1,4 +1,4 @@-module Graphics.Text.TrueType.MaxpTable ( MaxpTable( .. ) ) where +module Graphics.Text.TrueType.MaxpTable( MaxpTable( .. ) ) where import Control.Applicative( (<$>), (<*>) ) import Data.Word( Word16 ) @@ -34,7 +34,7 @@ , _maxpmaxStackElements :: !Word16 -- | Maximum byte count for glyph instructions. , _maxpmaxSizeOfInstructions :: !Word16 - -- | Maximum number of components referenced at top level for any composite glyph. + -- | Maximum number of components referenced at "top level" for any composite glyph. , _maxpmaxComponentElements :: !Word16 -- | Maximum levels of recursion; 1 for simple components. , _maxpmaxComponentDepth :: !Word16