2008-05-18 19:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbhpdf/tests/harupdf.prg
     ! "\" -> hb_OSPathSeparator().
This commit is contained in:
Viktor Szakats
2008-05-18 17:10:49 +00:00
parent 7fed843928
commit b930248840
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-05-18 19:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbhpdf/tests/harupdf.prg
! "\" -> hb_OSPathSeparator().
2008-05-18 18:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
+ contrib/rddads/tests/datad.prg
+ Added new test program for ADS DD/SQL functionality.

View File

@@ -970,7 +970,7 @@ static function show_description( page, x, y, text )
Static function Page_CodePages( pdf )
Local page, outline, font2, font_name, root, i, font, dst, fname
Local cResPath := "files\"
Local cResPath := "files" + hb_OSPathSeparator()
Local cAfm := cResPath+"a010013l.afm"
Local cPfb := cResPath+"a010013l.pfb"
Local encodings := { ;
@@ -1281,7 +1281,7 @@ Static Function Page_Annotation( pdf )
Static function Page_Images( pdf )
Local font, page, dst, image, image1, image2, image3
Local x, y, angle, angle1, angle2, rad, rad1, rad2, iw, ih
Local cImagePath := "files\"
Local cImagePath := "files" + hb_OSPathSeparator()
/* create default-font */
font := HPDF_GetFont(pdf, "Helvetica", NULL)