repo.or.cz
/
phpCairo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the entire file structure to remove the .c includes from cairo.c
[phpCairo.git]
/
testcases
/
phpCairo
/
ft-text-vertical-layout-type1.php
blob
520761ad2818761495a57e00c5a9e2c2901347b9
1
<
?
2
$width
=
80
;
3
$height
=
240
;
4
$textsize
=
30
;
5
6
function
create_scaled_font
()
7
{
8
global
$con
;
9
$fo
=
$con
->
get_font_options
();
10
}
11
12
// Some functions realted to Mozilla only