3#include <glibmm/i18n.h>
10 static bool init =
true;
20 ft.
add_tag(
FontTag{
"monospace", C_(
"Font category",
"Monospace")});
36 auto it =
_map.find(face);
37 if (it !=
_map.end()) {
40 return std::set<std::string>();
46 _map[face].insert(tag);
76 bool modified =
false;
79 if (!tag)
return modified;
Helper class to stream background task notifications as a series of messages.
void init(int argc, char **argv, Toy *t, int width=600, int height=600)