File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ You can alter the default paper by using the following function:
127
127
128
128
### Default font
129
129
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:
132
132
133
133
``` php
134
134
<?php
Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ public function setDefaultFontColor(string $fontColor): void
289
289
public function getDefaultFontColor (): string
290
290
{
291
291
return Settings::getDefaultFontColor ();
292
+ }
292
293
293
294
/**
294
295
* Get default font size.
You can’t perform that action at this time.
0 commit comments