RESOLVED FIXED252057
[GLIB] Unify code for accessing default `cairo_font_options`
https://bugs.webkit.org/show_bug.cgi?id=252057
Summary [GLIB] Unify code for accessing default `cairo_font_options`
Vitaly Dyackhov
Reported 2023-02-10 08:17:53 PST
Currently, there are two different implementations of `getDefaultCairoFontOptions()` on WPE and GTK. WPE version simply returns a static value created by `cairo_font_options_create()`, whereas GTK one is creating a singleton class that stores and updates an instance variable to keep it in sync with `GtkSettings`.
Attachments
Vitaly Dyackhov
Comment 1 2023-02-10 08:24:43 PST
EWS
Comment 2 2023-02-15 01:02:23 PST
Committed 260301@main (9ccc5caacd23): <https://commits.webkit.org/260301@main> Reviewed commits have been landed. Closing PR #9929 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.