Skip to content

Commit

Permalink
Corrected composer.json and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
omidfarahani committed Sep 27, 2023
1 parent 35afee4 commit 16314cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tecnickcom/tcpdf",
"name": "omidfarahani/tcpdf",
"type": "library",
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
"version": "6.6.5",
"version": "6.6.6",
"license": "LGPL-3.0-or-later",
"authors": [
{
Expand Down
6 changes: 3 additions & 3 deletions config/tcpdf_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
/**
* Default main font name.
*/
define ('PDF_FONT_NAME_MAIN', 'helvetica');
define ('PDF_FONT_NAME_MAIN', 'hiwebnazanin');

/**
* Default main font size.
Expand All @@ -164,7 +164,7 @@
/**
* Default data font name.
*/
define ('PDF_FONT_NAME_DATA', 'helvetica');
define ('PDF_FONT_NAME_DATA', 'hiwebnazanin');

/**
* Default data font size.
Expand All @@ -174,7 +174,7 @@
/**
* Default monospaced font name.
*/
define ('PDF_FONT_MONOSPACED', 'courier');
define ('PDF_FONT_MONOSPACED', 'hiwebnazanin');

/**
* Ratio used to adjust the conversion of pixels to user units.
Expand Down

0 comments on commit 16314cb

Please sign in to comment.