python-pptx
python-pptx copied to clipboard
Fixes #1045: Added super and subscript support with tests
Fixes #1045 : Added support for sub and superscript, so that ..font.superscript=True sets the baseline value to a default of 30000. Integer values can also be set for more control. False, None or 0 unset the baseline value. Similarly for subscript with a default value of -15000. Tests added in test_text.py