scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.38k stars 514 forks source link

Support for font change using font files in python pptx #722

Closed deveshl04 closed 3 years ago

deveshl04 commented 3 years ago

Is there any way of using the font files(ttf, otf or woff2) for changing the font of the pptx in python pptx?

scanny commented 3 years ago

A couple things:

  1. You'll need to say more. Describe your situation, what you're trying to accomplish, what the challenges are, and what you've tried so far, including the minimal code.
  2. Bring up this topic on StackOverflow using the python-pptx tag. This issues list is only for suspected bugs. Support questions go over there.