Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addListItem FontStyle doesn't take effect #2761

Open
2 tasks
ca-dsgn opened this issue Mar 3, 2025 · 0 comments
Open
2 tasks

addListItem FontStyle doesn't take effect #2761

ca-dsgn opened this issue Mar 3, 2025 · 0 comments

Comments

@ca-dsgn
Copy link

ca-dsgn commented Mar 3, 2025

Describe the bug and add attachments

From your sample code:
https://github.com/PHPOffice/PHPWord/blob/master/samples/Sample_14_ListItem.php

`$phpWord->addFontStyle(
"normal",
array('name' => 'Futura', 'size' => 11, 'color' => '000')
);

$phpWord->addNumberingStyle(
"index_list",
[
'type' => 'multilevel',
'levels' => [
['format' => 'decimal', 'text' => '[%1]', 'left' => 360, 'hanging' => 360, 'tabPos' => 360],
],
]
);

$section->addListItem('List item 1.', 0, "normal", "index_list");`

The FontStyle (font-family: Futura, font-size: 11 and color 000 doesn't take effect).

Expected behavior

FontStyle should take effect.

Steps to reproduce

`$phpWord->addFontStyle(
"normal",
array('name' => 'Futura', 'size' => 11, 'color' => '000')
);

$phpWord->addNumberingStyle(
"index_list",
[
'type' => 'multilevel',
'levels' => [
['format' => 'decimal', 'text' => '[%1]', 'left' => 360, 'hanging' => 360, 'tabPos' => 360],
],
]
);

$section->addListItem('List item 1.', 0, "normal", "index_list");`

PHPWord version(s) where the bug happened

1.3

PHP version(s) where the bug happened

8.3

Priority

  • I want to crowdfund the bug fix (with @algora-io) and fund a community developer.
  • I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant