Browse
For agents
About
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin
/
1.8.8
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin
v1.8.8
Switch version
trunk
1.5
1.6
1.7
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.7.6
1.7.7
1.7.8
1.7.9
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
1.8.5
1.8.6
1.8.7
1.8.8
1.8.9
1.9.0
1.9.1
All 71 releases
Overview
Code
pdf-print
/
mpdf
/
font
/
ccourierb.php
ccourierb.php
in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 1.8.8, at mpdf/font/ccourierb.php
11 lines
407 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
for
(
$
i
=
0
;
$
i
<=
255
;
$
i
++
)
3
$
cw
[
chr
(
$
i
)
]
=
600
;
4
//
$desc=array('Ascent'=>629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-113 -250 749 801]');
5
$
desc
=
array
(
'
Flags
'
=>
33
,
'
FontBBox
'
=>
'
[-113 -250 749 801]
'
,
'
ItalicAngle
'
=>
0
,
'
Ascent
'
=>
801
,
'
Descent
'
=>
-
250
,
'
Leading
'
=>
0
,
'
CapHeight
'
=>
562
,
'
XHeight
'
=>
439
,
'
StemV
'
=>
106
,
'
StemH
'
=>
84
,
'
AvgWidth
'
=>
600
,
'
MaxWidth
'
=>
600
,
'
MissingWidth
'
=>
600
)
;
6
$
up
=
-
100
;
7
$
ut
=
50
;
8
9
10
?
>
11