python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Fixes #1045: Added super and subscript support with tests

Open lxrichert opened this issue 10 months ago • 0 comments

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

lxrichert avatar Mar 10 '25 07:03 lxrichert