Skip to content

Tuner.Font

A font picker row: shows the current font and opens the system font dialog on activation. The value is a Pango font description string, e.g. Cantarell 11.

PropertyTypeDescription
titlestringRow title
blp
Tuner.Font {
    title: _("Interface");

    binding: Tuner.Setting {
        schema-id: "org.gnome.desktop.interface";
        schema-key: "font-name";
    };
}

Released under the GPL-3.0+ License. The content is available under CC BY-SA 4.0, unless stated otherwise.