CComponentsFrmClock: Rework font handling

- Use setClockFont(enum FONT_TYPES) for selection of neutrino fonts
- Use setClockFontSize(size) for Dynamic Font


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1bfb6d2cd3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-11-27 00:19:05 +01:00
parent 206b940e95
commit c30e9427c6
6 changed files with 73 additions and 29 deletions

View File

@@ -91,6 +91,7 @@ class CNeutrinoFonts
};
enum {
FONT_ID_VOLBAR,
FONT_ID_INFOCLOCK,
FONT_ID_MAX
};