I am working on a hack for the 5dc, I posted about it a few days ago.
Anyways, I have just ported bmp.c from Magic Lantern so that I can use
bmp_printf() to print text to the screen. I have not located the built
in fonts in the firmware yet, so I am currently using the old ML font
method of the pre-compiled font files (font-small.c, font-med.c, font-
large.c).
The problem is that the 5dc bmp buffer is about 1/2 the resolution of
modern dslr cameras that run Magic Lantern, so as a result all of the
font files are huge on the 5dc screen. I have tried to compile the
BigText program myself to generate new font files, but for some reason
it will not compile on my machine (some linker error, something to do
with a missing library in OS X i think).
If somebody can compile the BigText program from here:
http://bigtext.sourceforge.net/
and generate font files of exactly half the size as the default ML
ones (look in the magic lantern makefile), it would help me greatly.
Thanks!