Skip to content

Tag: powerpoint

Changing font for part of text in python-pptx

I’m using the python-pptx module to create presentations. How can I change the font properties only for a part of the text? I currently change the font like this: Thanks! Answer In PowerPoint, font properties are applied to a run. In a way, it is what defines a run; a “run” of text sharing t…