You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for fractional font sizes
Word supports fractional font sizes like 8.5pt, but PHPWord doesn't.
* Add background color support for textboxes
* Add background color support for text boxes for Word writer
* Added period to the comments to match the cs-fixer configuration
* Fixed cs-fixer issues.
* Added type hints and matching PHPDoc. Also added @return void.
* Added bgcolor unit test coverage
* Removed @return void as not compatible with projects coding standard.
* Fixed several CS-Fixer issues
* Replaced deprecated "assertRegExp" test method by assertMatchesRegularExpression.
* Address the CI coverage issue for the regex match assertion.
* Add support for fractional font sizes
Word supports fractional font sizes like 8.5pt, but PHPWord doesn't.
* The default font size method now supports int and float font sizes. Added type hinting to settings class and unit test coverage for fractional (float) font size.
* The default font size method now supports int and float font sizes. Added type hinting to settings class and unit test coverage for fractional (float) font size.
Co-authored-by: hazington <[email protected]>
Co-authored-by: Progi1984 <[email protected]>
0 commit comments