Skip to content

Commit 3f7d150

Browse files
authored
Merge pull request #7 from MichaelPFrey/mfr-2025-01-26
clean up
2 parents 7806487 + 361d035 commit 3f7d150

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/usage/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ You can alter the default paper by using the following function:
127127

128128
### Default font
129129

130-
By default, every text appears in Arial 10 point in the color black (000000). You can alter the
131-
default font by using the following two functions:
130+
By default, every text appears in Arial 10 point in the color black (000000).
131+
You can alter the default font by using the following functions:
132132

133133
``` php
134134
<?php

src/PhpWord/PhpWord.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public function setDefaultFontColor(string $fontColor): void
289289
public function getDefaultFontColor(): string
290290
{
291291
return Settings::getDefaultFontColor();
292+
}
292293

293294
/**
294295
* Get default font size.

0 commit comments

Comments
 (0)