Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e321e401
authored
2016-05-16 11:05:10 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
f
1 parent
4f41a4c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/PdfController.php
app/Http/Controllers/PdfController.php
View file @
e321e40
...
...
@@ -118,7 +118,7 @@ try {
if
(
$font
==
0
)
{
die
(
"Error: "
.
$p
->
get_errmsg
());
}
$num_optlist
=
"fillcolor={"
.
$fontColor
.
" } boxsize={170 120}
Starter Text Line
$Revision
: 1.5 $
"
;
$num_optlist
=
"fillcolor={"
.
$fontColor
.
" } boxsize={170 120}
fitmethod=auto showborder
"
;
$p
->
setfont
(
$font
,
$fontSize
);
$p
->
fit_textline
(
$textline
,
$textLRight
,
$textLUp
,
$num_optlist
);
...
...
Please
register
or
sign in
to post a comment