Page 1 of 1

Timestamp Size

Posted: Thu Apr 23, 2009 1:51 pm
by punk_ecas
Hi Everybody,

Do you know how can I modify the size of timestamp? I need a bigger one.
If there is no easy way to do that, where can I find this issue on source code?

Posted: Thu Apr 23, 2009 8:25 pm
by cordel
The fonts for the timestamp are defined in zm_font.h and zm_image.h

Posted: Mon Apr 27, 2009 10:40 am
by punk_ecas
cordel wrote:The fonts for the timestamp are defined in zm_font.h and zm_image.h
Thanks.

I looked for these files and I was able to increase the width of timestamp easily, just changing the define on image.h.
Here is the thing, when I increase the height the letters don't appear correctly, the function Annotate() isn't adapted to increase size only by changing the width/height define.

My knowledges in c pointers stuff are not the bests, I'd tried to adapt the function, but I wasn't capable to do that.
Does anyone can give me some additional tips to get this?

Posted: Wed Apr 29, 2009 1:29 pm
by SyRenity
Hi.

I'm interested in this as well - never to managed to get it work correctly.

Regards.