Timestamp Size

Forum for questions and support relating to the 1.24.x releases only.
Locked
punk_ecas
Posts: 41
Joined: Wed Mar 04, 2009 4:16 pm

Timestamp Size

Post 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?
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

The fonts for the timestamp are defined in zm_font.h and zm_image.h
punk_ecas
Posts: 41
Joined: Wed Mar 04, 2009 4:16 pm

Post 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?
SyRenity
Posts: 301
Joined: Mon Jan 24, 2005 2:43 pm

Post by SyRenity »

Hi.

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

Regards.
Locked