|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/printconf/tests/ |
Upload File : |
%!PS-Adobe-2.0
/sfv 0.8 def
/rpos 20.0 def
/lpos 0.0 def
/x 0 def
/y 0 def
/setsf { dup 3 1 roll scalefont /sfv 3 -1 roll def } bind def
/strshow {
gsave
x y moveto
1 -1 scale
show
grestore
} bind def
/leftshow {
gsave
0 y moveto
1 -1 scale
show
grestore
} bind def
/centershow {
gsave
dup length 2 div sfv mul rpos exch sub 2 div y moveto
1 -1 scale
show
grestore
} bind def
/rightshow {
gsave
dup length 2 div sfv mul rpos exch sub y moveto
1 -1 scale
show
grestore
} bind def
/strokeshow {
gsave
setlinewidth
x y moveto
gsave
1 -1 scale
false charpath stroke
grestore
grestore
} bind def
/newline { y sfv add /y exch def /x 0 def } bind def
/vnewline { x sfv sub /x exch def } bind def
/setxpos { /x exch def } bind def
/setypos { /y exch def } bind def
gsave
28.346457 -28.346457 scale
0.5 -26.877799 translate
/GothicBBB-Medium-EUC-H findfont sfv setsf setfont
(これは system-config-printer の) centershow newline
(EUC-JP テストページです) centershow newline
newline
/GothicBBB-Medium-EUC-H findfont 1.0 setsf setfont
(これは横書きゴシック体フォントです) leftshow newline
/Ryumin-Light-EUC-H findfont 1.0 setsf setfont
(これは横書き明朝体フォントです) rightshow newline
/GothicBBB-Medium-EUC-V findfont 1.0 setsf setfont
rpos 1.0 sub setxpos
(これは縦書きゴシック体フォントです) strshow vnewline vnewline
/Ryumin-Light-EUC-V findfont 1.0 setsf setfont
(これは縦書き明朝体フォントです) strshow vnewline
newline
/Helvetica findfont 0.7 setsf setfont
(If Japanese text can't be printed out,) leftshow newline
(Your printing system may be not configured) leftshow newline
(correctly or you have no fonts for Japanese.) leftshow newline
grestore
showpage