This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 24510ed5795faacbc9dc7f362d7921c2cc2d2730 (commit) from a111300cad036b48205c7be7dd5430e6fb853bf0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/24510ed5795faacbc9dc7f362d7921c2cc2d2...
commit 24510ed5795faacbc9dc7f362d7921c2cc2d2730 Author: Cyril Hrubis metan@ucw.cz Date: Fri Feb 15 14:14:05 2013 +0100
text: Two small fixes for TinyMono Font.
diff --git a/libs/text/GP_FontTinyMono.c b/libs/text/GP_FontTinyMono.c index cd02341..5ff283e 100644 --- a/libs/text/GP_FontTinyMono.c +++ b/libs/text/GP_FontTinyMono.c @@ -32,7 +32,7 @@ static int8_t tiny_mono_glyphs[] = { /* '#' */ 5, 5, 0, 5, 6, 0x50, 0xf8, 0x50, 0xf8, 0x50, 0x00, 0x00, /* '$' */ 5, 5, 0, 5, 6, - 0x10, 0x7c, 0x92, 0x90, 0x7c, 0x00, 0x00, + 0x20, 0x70, 0x02, 0x70, 0x20, 0x00, 0x00, /* '%' */ 5, 5, 0, 5, 6, 0xd0, 0x90, 0x20, 0x48, 0x58, 0x00, 0x00, /* '&' */ 5, 5, 0, 5, 6, @@ -176,7 +176,7 @@ static int8_t tiny_mono_glyphs[] = { /* 'k' */ 5, 5, 0, 5, 6, 0x80, 0xb0, 0xc0, 0xa0, 0x90, 0x00, 0x00, /* 'l' */ 5, 5, 0, 5, 6, - 0x40, 0x40, 0x40, 0x40, 0x38, 0x00, 0x00, + 0x40, 0x40, 0x40, 0x40, 0x30, 0x00, 0x00, /* 'm' */ 5, 5, 0, 5, 6, 0x00, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, /* 'n' */ 5, 5, 0, 5, 6,
-----------------------------------------------------------------------
Summary of changes: libs/text/GP_FontTinyMono.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.