maintainer-approval requested: [Bug 225072] print/freetype2: Update to 2.9 : [Attachment 192124] Proposed patch (since 466253 revision)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 2 22:16:28 UTC 2018


lightside <lightside at gmx.com> has asked gnome at FreeBSD.org for
maintainer-approval:
Bug 225072: print/freetype2: Update to 2.9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225072

Attachment 192124: Proposed patch (since 466253 revision)
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192124&action=edit



--- Comment #4 from lightside <lightside at gmx.com> ---
Created attachment 192124
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192124&action=edit
Proposed patch (since 466253 revision)

To Baptiste Daroussin:
Please return LCD_FILTERING option.

There is still FT_CONFIG_OPTION_SUBPIXEL_RENDERING define available:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freetype/c
onfig/ftoption.h?h=VER-2-9#n107
-8<--
  /*************************************************************************/
  /*									   */
  /* Uncomment the line below if you want to activate LCD rendering	   */
  /* technology similar to ClearType in this build of the library.  This   */
  /* technology triples the resolution in the direction color subpixels.   */
  /* To mitigate color fringes inherent to this technology, you also need  */
  /* to explicitly set up LCD filtering.				   */
  /*									   */
  /* Note that this feature is covered by several Microsoft patents	   */
  /* and should not be activated in any default build of the library.	   */
  /* When this macro is not defined, FreeType offers alternative LCD	   */
  /* rendering technology that produces excellent output without LCD	   */
  /* filtering. 							   */
  /*									   */
/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
-->8-


More information about the freebsd-gnome mailing list