
There is no real need to re-create a new cairo_font_options_t now that the API is internal. Instead, create the font_options once and just update it attributes. Actors already register for the emitted font-changed signal to re-create a new PangoContext. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4106>