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.
| Property | Type | Description |
|---|---|---|
title | string | Row title |
blp
Tuner.Font {
title: _("Interface");
binding: Tuner.Setting {
schema-id: "org.gnome.desktop.interface";
schema-key: "font-name";
};
}