Skip to: Site menu | Main content

Development Log April 2009

Newest Entries are on the Recent Entries page.

Sunday, 5th April 2009

Took a bunch of time today to add the DejaVu fonts to the source tree, then updated text layers so they can use any of them.  Updated all parts of the code base to work with that (on screen rendering, project saving/loading, input validation, entry widget, swf output, new layer initialisation, layer duplication, etc.), and it all seems to work fine.
 

Friday, 3rd April 2009

Didn't have much time to work on this today, so only updated some of the code that redraws the window during save and swf export operations.  Makes things look that little bit nicer in use.
 

Thursday, 2nd April 2009

Working on the code to get fonts loaded with FreeType, to then be usable in Cairo.  Having trouble, so will probably have to go look at how Inkscape or some other open source app does it.
 

Wednesday, 1st April 2009

Starting added code to enable loading of different truetype fonts, so different fonts can be chosen for the text layer.  Will probably take a few more days until it's usable.