1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Added font directory option in preferences dialog, renderer will now search that directory for fonts if they're not found in the project directory

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-06 20:23:27 +00:00
parent 120f3e1c10
commit eccc2bd009
4 changed files with 82 additions and 4 deletions

View file

@ -47,6 +47,7 @@ public slots:
private slots:
void colorClicked();
void browseFont();
private:
Ui::PreferencesDialog *ui;
@ -54,9 +55,11 @@ private:
void loadSettings();
void loadColors();
void loadFont();
void loadFontDir();
void saveSettings();
void saveColors();
void saveFont();
void saveFontDir();
void setupUI();