After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660786 - Deprecate clutter_[sg]et_font_flags()
Deprecate clutter_[sg]et_font_flags()
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-03 13:15 UTC by Emmanuele Bassi (:ebassi)
Modified: 2011-10-11 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Deprecated clutter_[sg]et_font_flags() (2.51 KB, patch)
2011-10-03 13:15 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2011-10-03 13:15:16 UTC
We already have two (better) mechanism for controlling the font
rendering quality on a per-application basis:

  • ClutterSettings properties
  • clutter_backend_set_font_options()

The font flags were always a stop-gap solution, and one that tried to
simplify a fairly complex issue beyond the point of being useful.
Comment 1 Emmanuele Bassi (:ebassi) 2011-10-03 13:15:17 UTC
Created attachment 198082 [details] [review]
Deprecated clutter_[sg]et_font_flags()