This repository was archived by the owner on Feb 11, 2024. It is now read-only.

Description
I am having issues using several different fonts (can change font sizes but not the font face).
The perl version of the library states:
However, if you don't take care, your font specification could produce no visible effect in some situations. Of course you have checked the availability of the needed font in your environment. But, in any ODF document, a font must be declared to be used by a style. Fortunately such declaration is very easy to register thanks to the document-based set_font_declaration() method:
$doc->set_font_declaration("Times New Roman");
Python binding appears to be missing this capability