change the resources manager system

This commit is contained in:
2012-08-26 22:44:33 +02:00
parent cd3968dd20
commit f51ea408fa
3 changed files with 6 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
#include <etk/Types.h>
#include <ewol/widget/WidgetScrolled.h>
#include <ewol/font/FontManager.h>
#include <ewol/ResourceManager.h>
class CodeView :public ewol::WidgetScrooled
{

View File

@@ -149,10 +149,10 @@ MainWindows::MainWindows(void)
myCodeView->SetFillX(true);
myCodeView->SetFillY(true);
myCodeView->SetFontSize(11);
myCodeView->SetFontNameNormal( "freefont/FreeMono.ttf");
myCodeView->SetFontNameBold( "freefont/FreeMonoBold.ttf");
myCodeView->SetFontNameItalic( "freefont/FreeMonoOblique.ttf");
myCodeView->SetFontNameBoldItalic("freefont/FreeMonoBoldOblique.ttf");
myCodeView->SetFontNameNormal( "Font/freefont/FreeMono.ttf");
myCodeView->SetFontNameBold( "Font/freefont/FreeMonoBold.ttf");
myCodeView->SetFontNameItalic( "Font/freefont/FreeMonoOblique.ttf");
myCodeView->SetFontNameBoldItalic("Font/freefont/FreeMonoBoldOblique.ttf");
mySizerVert2->SubWidgetAdd(myCodeView);
// search area :