Reputation: 152
You know, unity-tweak-tool has a setting for fonts. Default font, Monospace font, Document font and Window title font.
My question is how to get those font names in C?
Upvotes: 0
Views: 494
Reputation: 360
Use g_settings_get_string() to get dconf settings from org.gnome.desktop.interface
.
Upvotes: 1