Deprecated
Table of Contents
| src/PhpPresentation/Style/Font.php |
Font.php
| Line | Element | Reason |
|---|---|---|
| 369 | Font::isSuperScript() | getBaseline() === self::BASELINE_SUPERSCRIPT |
| 379 | Font::setSuperScript() | setBaseline(self::BASELINE_SUPERSCRIPT) |
| 389 | Font::isSubScript() | getBaseline() === self::BASELINE_SUBSCRIPT |
| 399 | Font::setSubScript() | setBaseline(self::BASELINE_SUBSCRIPT) |
| 457 | Font::isStrikethrough() | Use |
| 479 | Font::setStrikethrough() | $pValue as boolean |