Making the font size being configurable and addting the ability set the section font size

This commit is contained in:
Knut Sveidqvist
2021-02-25 10:06:13 +01:00
parent 693de2996a
commit 021bc5f011
5 changed files with 57 additions and 29 deletions

View File

@@ -537,7 +537,7 @@ const config = {
***Default value 50**.
*/
topPadding: 50,
rightPadding: 75,
/**
*| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
@@ -567,6 +567,15 @@ const config = {
***Default value 11**.
*/
fontSize: 11,
/**
*| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| sectionFontSize | Font size for secions| Integer | Required | Any Positive Value |
*
***Notes:**
***Default value 11**.
*/
sectionFontSize: 11,
/**
*| Parameter | Description |Type | Required | Values|