Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
adb4d9cd
Kaydet (Commit)
adb4d9cd
authored
Ara 14, 2007
tarafından
Artem Khvat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i80285# Fix baseline
üst
ec102421
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
pdfioutdev_gpl.cxx
xpdf/wrapper/pdfioutdev_gpl.cxx
+7
-7
No files found.
xpdf/wrapper/pdfioutdev_gpl.cxx
Dosyayı görüntüle @
adb4d9cd
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: pdfioutdev_gpl.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author:
thb $ $Date: 2007-12-05 14:16:44
$
* last change: $Author:
akhva $ $Date: 2007-12-14 16:25:53
$
*
* The Contents of this file are made available subject to
* the terms of GNU General Public License Version 2.
...
...
@@ -629,15 +629,15 @@ void PDFOutDev::drawChar(GfxState *state, double x, double y,
// normalize coordinates
// correct from baseline to upper left corner
double
x2
(
0.0
),
y2
(
0.0
);
state
->
textTransformDelta
(
0.0
,
//
double x2(0.0), y2(0.0);
/*
state->textTransformDelta( 0.0,
state->getFontSize()*state->getFont()->getAscent(),
&x2, &y2 );
x -= x2;
y
+=
y2
;
y += y2;
*/
const
double
aPositionX
(
x
-
originX
);
const
double
aPositionY
(
y
-
originY
);
const
double
aPositionX
(
x
/*-originX*/
);
const
double
aPositionY
(
y
/*-originY*/
);
const
double
nWidth
(
dx
);
const
double
nHeight
(
state
->
getFontSize
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment