Exporting Presentation Slides As PNG in Python Changes The Font

Hi,

When I export slides as PNG I notice the fonts I’ve used are being substituted for another font. Is there a way to stop this from happening?

Thanks,

Luke

@bowespublishing,
Thank you for posting your question.

There are two ways to keep the same fonts when exporting presentation slides to images.

  1. Install all fonts used in the presentation to the operating system on which the conversion is performed.
  2. Use font loading as external at runtime.

Documents: Custom Font
API Reference: FontsLoader class

Please let us know if you have any difficulty with this.