[Gambas-devel-svn] SF.net SVN: gambas:[6776] gambas/trunk/gb.sdl2/src
Brought to you by:
gambas
From: <ga...@us...> - 2014-12-29 21:49:10
|
Revision: 6776 http://sourceforge.net/p/gambas/code/6776 Author: gambas Date: 2014-12-29 21:49:05 +0000 (Mon, 29 Dec 2014) Log Message: ----------- [GB.SDL2] * NEW: Implement Font.TextWidth() and Font.TextHeight(). * NEW: Add the default Gambas font. * NEW: Add a texture cache in each Font object, that can store the last 128 drawn texts. When the cache is full, it is completely erased. * BUG: Many fixes. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/Makefile.am gambas/trunk/gb.sdl2/src/c_draw.c gambas/trunk/gb.sdl2/src/c_draw.h gambas/trunk/gb.sdl2/src/c_font.c gambas/trunk/gb.sdl2/src/c_font.h gambas/trunk/gb.sdl2/src/c_image.c gambas/trunk/gb.sdl2/src/c_image.h gambas/trunk/gb.sdl2/src/c_window.c gambas/trunk/gb.sdl2/src/default_font.h gambas/trunk/gb.sdl2/src/main.h Added Paths: ----------- gambas/trunk/gb.sdl2/src/default_font.c gambas/trunk/gb.sdl2/src/default_font_data.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |