shithub: freetype+ttf2subf

Download patch

ref: 28e17d97077bbacf968c314b1ec1775623b30fbd
parent: 336d229f027628d237a5b4c332121de7fc7d3a5b
author: Werner Lemberg <[email protected]>
date: Wed Oct 11 13:27:47 EDT 2006

* devel/ftoption.h (FT_CONFIG_OPTION_SUBPIXEL_RENDERING): Define for
development.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-11  Werner Lemberg  <[email protected]>
+
+	* devel/ftoption.h (FT_CONFIG_OPTION_SUBPIXEL_RENDERING): Define for
+	development.
+
 2006-10-03  Jens Claudius  <[email protected]>
 
 	* include/freetype/config/ftstdlib.h: Cast away volatileness from
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -92,7 +92,7 @@
   /* This is done to allow FreeType clients to run unmodified, forcing     */
   /* them to display normal gray-level anti-aliased glyphs.                */
   /*                                                                       */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /*************************************************************************/