Wiky
Wiky

Reputation: 152

How to get ubuntu default font?

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

Answers (1)

user31389
user31389

Reputation: 360

Use g_settings_get_string() to get dconf settings from org.gnome.desktop.interface.

Upvotes: 1

Related Questions