[Desktop-packages] [Bug 209256] Re: different hintstyle issue

2014-12-07 Thread Mathew Hodson
*** This bug is a duplicate of bug 200707 ***
https://bugs.launchpad.net/bugs/200707

** Bug watch added: freedesktop.org Bugzilla #11838
   https://bugs.freedesktop.org/show_bug.cgi?id=11838

** Project changed: libcairo = cairo

** Bug watch removed: GNOME Bug Tracker #657047
   https://bugzilla.gnome.org/show_bug.cgi?id=657047

** This bug has been marked a duplicate of bug 200707
   fontconfig does not honor hintslight, hintmedium, hintfull

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/209256

Title:
  different hintstyle issue

Status in Cairo Graphics Library:
  Confirmed
Status in cairo package in Ubuntu:
  Triaged

Bug description:
  I'd like to render my fonts in different hintstyles.

  To be precise, I have chinese font and western language fonts. For the
  chinese font, I'd like it to be rendered in hintfull, but for other
  fonts, I'd prefer hintslight.

  Ok, I configured in the fontconfig file, but it didn't make any
  change. All the fonts are in the same hintstyle, depending on the
  configuration in  gnome-appearance-properties.

  I googled for quite a long time and finally I got one solution.

  In the file cairo-ft-font.c, in function _cairo_ft_options_merge, just
  comment the following line:

  // if (options-base.hint_style == CAIRO_HINT_STYLE_DEFAULT)

  and recompile, now everything works fine. The fonts are rendered
  according to the hintstyles configured in fontconfig.

  I don't know if this is really a bug of libcairo. If I'm wrong, please
  accept my apology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo/+bug/209256/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 209256] Re: different hintstyle issue

2014-12-07 Thread Mathew Hodson
*** This bug is a duplicate of bug 161058 ***
https://bugs.launchpad.net/bugs/161058

** This bug is no longer a duplicate of bug 200707
   fontconfig does not honor hintslight, hintmedium, hintfull
** This bug has been marked a duplicate of bug 161058
   some ~/.fonts.conf settings do no override desktop-wide gnome settings 
(hinting style)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/209256

Title:
  different hintstyle issue

Status in Cairo Graphics Library:
  Confirmed
Status in cairo package in Ubuntu:
  Triaged

Bug description:
  I'd like to render my fonts in different hintstyles.

  To be precise, I have chinese font and western language fonts. For the
  chinese font, I'd like it to be rendered in hintfull, but for other
  fonts, I'd prefer hintslight.

  Ok, I configured in the fontconfig file, but it didn't make any
  change. All the fonts are in the same hintstyle, depending on the
  configuration in  gnome-appearance-properties.

  I googled for quite a long time and finally I got one solution.

  In the file cairo-ft-font.c, in function _cairo_ft_options_merge, just
  comment the following line:

  // if (options-base.hint_style == CAIRO_HINT_STYLE_DEFAULT)

  and recompile, now everything works fine. The fonts are rendered
  according to the hintstyles configured in fontconfig.

  I don't know if this is really a bug of libcairo. If I'm wrong, please
  accept my apology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo/+bug/209256/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 209256] Re: different hintstyle issue

2014-11-14 Thread Bug Watch Updater
** Bug watch added: GNOME Bug Tracker #657047
   https://bugzilla.gnome.org/show_bug.cgi?id=657047

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/209256

Title:
  different hintstyle issue

Status in libcairo  -  cairo vector graphics library:
  Confirmed
Status in “cairo” package in Ubuntu:
  Triaged

Bug description:
  I'd like to render my fonts in different hintstyles.

  To be precise, I have chinese font and western language fonts. For the
  chinese font, I'd like it to be rendered in hintfull, but for other
  fonts, I'd prefer hintslight.

  Ok, I configured in the fontconfig file, but it didn't make any
  change. All the fonts are in the same hintstyle, depending on the
  configuration in  gnome-appearance-properties.

  I googled for quite a long time and finally I got one solution.

  In the file cairo-ft-font.c, in function _cairo_ft_options_merge, just
  comment the following line:

  // if (options-base.hint_style == CAIRO_HINT_STYLE_DEFAULT)

  and recompile, now everything works fine. The fonts are rendered
  according to the hintstyles configured in fontconfig.

  I don't know if this is really a bug of libcairo. If I'm wrong, please
  accept my apology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcairo/+bug/209256/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 209256] Re: different hintstyle issue

2013-06-20 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #490475
   https://bugzilla.mozilla.org/show_bug.cgi?id=490475

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/209256

Title:
  different hintstyle issue

Status in libcairo  -  cairo vector graphics library:
  Confirmed
Status in “cairo” package in Ubuntu:
  Triaged

Bug description:
  I'd like to render my fonts in different hintstyles.

  To be precise, I have chinese font and western language fonts. For the
  chinese font, I'd like it to be rendered in hintfull, but for other
  fonts, I'd prefer hintslight.

  Ok, I configured in the fontconfig file, but it didn't make any
  change. All the fonts are in the same hintstyle, depending on the
  configuration in  gnome-appearance-properties.

  I googled for quite a long time and finally I got one solution.

  In the file cairo-ft-font.c, in function _cairo_ft_options_merge, just
  comment the following line:

  // if (options-base.hint_style == CAIRO_HINT_STYLE_DEFAULT)

  and recompile, now everything works fine. The fonts are rendered
  according to the hintstyles configured in fontconfig.

  I don't know if this is really a bug of libcairo. If I'm wrong, please
  accept my apology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcairo/+bug/209256/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp