scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.28k stars 502 forks source link

_font_scale not available for text_frame #848

Open veljanin opened 1 year ago

veljanin commented 1 year ago

I'm using the latest version of the package (0.6.21) and whenever I try calling _font_scaleon text_frame, I get an AttributeError: 'TextFrame' object has no attribute '_font_scale'. Would appreciate any help on this!