Skip to content

Commit

Permalink
Merge pull request #1 from shindebalu/Task#160931
Browse files Browse the repository at this point in the history
Task #160931 feat: Increase the max number of chars you can fit in on…
  • Loading branch information
manojLondhe authored May 12, 2020
2 parents f3ee611 + b23d2e6 commit 9466829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I18N/Arabic/Glyphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function a4Lines($str, $font)
* as numbers and arcs etc...)
* @author Khaled Al-Sham'aa <[email protected]>
*/
public function utf8Glyphs($str, $max_chars = 50, $hindo = true)
public function utf8Glyphs($str, $max_chars = 150, $hindo = true)
{
$str = str_replace(array("\r\n", "\n", "\r"), " \n ", $str);
$str = str_replace("\t", " ", $str);
Expand Down

0 comments on commit 9466829

Please sign in to comment.