gfx_blitImage(): New function; gfx_blitRaster(): Fix clipping bug.
[bertos.git] / gfx / text.c
2006-03-22 bernieUse the same format for fonts and rasters.
2006-03-20 bernieCleanups.
2006-03-13 bernieMark slow paths as UNLIKELY.
2006-03-07 bernieCorrectly compute text width for prop fonts; Make style...
2006-02-15 bernieImplement prop fonts; Fix algo styles.
2006-02-10 bernieAdd multiple font support in bitmaps.
2005-11-04 bernieFix header guards and includes for new location of...
2005-11-04 bernieMove graphics stuff from mware/ to gfx/.