pango 0.11.1 → 0.11.2
raw patch · 3 files changed
+7/−5 lines, 3 filesnew-uploader
Files
Graphics/Rendering/Pango.chs view
@@ -37,7 +37,7 @@ -- * Native fonts on MacOS X using ATSUI for complex-text handling. -- -- The integration of Pango--- with < http://cairographics.org > provides a complete solution with+-- with Cairo <http://cairographics.org/> provides a complete solution with -- high quality text handling and graphics rendering. -- -- Dynamically loaded modules then handle text layout for particular
Graphics/Rendering/Pango/BasicTypes.chs view
@@ -127,17 +127,19 @@ {#enum Weight {underscoreToCase} deriving (Eq)#} instance Show Weight where- showsPrec _ WeightThin = shows "thin" showsPrec _ WeightUltralight = shows "ultralight" showsPrec _ WeightLight = shows "light"- showsPrec _ WeightBook = shows "book" showsPrec _ WeightNormal = shows "normal"- showsPrec _ WeightMedium = shows "medium" showsPrec _ WeightSemibold = shows "semibold" showsPrec _ WeightBold = shows "bold" showsPrec _ WeightUltrabold = shows "ultrabold" showsPrec _ WeightHeavy = shows "heavy"+#if PANGO_VERSION_CHECK(1,24,0)+ showsPrec _ WeightThin = shows "thin"+ showsPrec _ WeightBook = shows "book"+ showsPrec _ WeightMedium = shows "medium" showsPrec _ WeightUltraheavy = shows "ultraheavy"+#endif -- | The variant of a font. --
pango.cabal view
@@ -1,5 +1,5 @@ Name: pango-Version: 0.11.1+Version: 0.11.2 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team