mattharrison / rst2odp

Create OpenOffice.org (impress) slideshows from restructured text (rst) or python
MIT License
27 stars 16 forks source link

--font option does not work #17

Closed raphink closed 12 years ago

raphink commented 12 years ago

The --font option does not change the default font (however, --mono-font does work).

The data returned by styles_xml contains the right font, but it doesn't end up in the final file.

raphink commented 12 years ago

Ah, it actually doesn't override the style, which I think would be more logical somehow...

raphink commented 12 years ago

Patch in https://github.com/mattharrison/rst2odp/pull/18

mattharrison commented 12 years ago

Thanks for the patch!

raphink commented 12 years ago

You're welcome. As a note, this only replaces "Arial" with the new font. If the chosen otp file doesn't use Arial, it will still do nothing...