First cellFont functions & minor changes

* Edited .gitignore
* Moved some functions to cellFontFT.
* Now cellFont initializes correctly, but it doesn't render anything
yet. There are still several things to change and functions to
implement. I will take care of it.
This commit is contained in:
Alexandro Sánchez Bach 2013-12-09 17:56:04 +01:00
parent 5ce57e963f
commit 849af30bfd
7 changed files with 530 additions and 123 deletions

View file

@ -40,7 +40,7 @@ static const g_module_list[] =
{0x0017, "sys_io"},
{0x0018, "cellPngDec"},
{0x0019, "cellFont"},
{0x001a, "cellFontFt"},
{0x001a, "cellFontFT"},
{0x001b, "cellFreetype"},
{0x001c, "cellUsbd"},
{0x001d, "cellSail"},