How to render formatted text with Arduino?

Hi all,

I am looking for a suitable format for formatted text, and a library to render such text.

For use on big TFTs or e-paper displays.

I searched for "HTML" in the Library Manager, but I think I only found libraries to generate HTML.

I do not know how to search for this in the forum, or with Google in general.

Any help would be appreciated.

Jean-Marc

"Formatted Text" doesn't describe well enough what you want to do. Please provide examples.

bitbank:
"Formatted Text" doesn't describe well enough what you want to do. Please provide examples.

For examples like text presented by an e-book reader. Or HTML formatted text pages by a browser. Or markup text like *.MD in GitHub. Or ODF in MS Word.

Just as easy as possible. Or in widespread use but not too complicated. And less memory hungry than bitmaps.

But maybe the method "any format" -> pdf -> jpeg" on host, to "jpeg -> jpeg renderer -> screen" on Arduino is better suited.