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
eeffbc94
Kaydet (Commit)
eeffbc94
authored
Mar 20, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#46923/fdo#46750 take mnSubStringMin into account
üst
de01d3c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
winlayout.cxx
vcl/win/source/gdi/winlayout.cxx
+3
-1
No files found.
vcl/win/source/gdi/winlayout.cxx
Dosyayı görüntüle @
eeffbc94
...
@@ -1861,6 +1861,8 @@ int UniscribeLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos,
...
@@ -1861,6 +1861,8 @@ int UniscribeLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos,
//position so that iterating over glyph slots one at a time for
//position so that iterating over glyph slots one at a time for
//glyph fallback can keep context as to what characters are the
//glyph fallback can keep context as to what characters are the
//inputs that caused a missing glyph in a given font.
//inputs that caused a missing glyph in a given font.
//
//See: fdo#46923/fdo#46750 for extra complexities
{
{
int
dir
=
1
;
int
dir
=
1
;
int
out
=
rVI
.
mnMinCharPos
;
int
out
=
rVI
.
mnMinCharPos
;
...
@@ -1871,7 +1873,7 @@ int UniscribeLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos,
...
@@ -1871,7 +1873,7 @@ int UniscribeLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos,
}
}
for
(
c
=
rVI
.
mnMinCharPos
;
c
<
rVI
.
mnEndCharPos
;
++
c
)
for
(
c
=
rVI
.
mnMinCharPos
;
c
<
rVI
.
mnEndCharPos
;
++
c
)
{
{
int
i
=
out
;
int
i
=
out
-
mnSubStringMin
;
mpGlyphs2Chars
[
i
]
=
c
;
mpGlyphs2Chars
[
i
]
=
c
;
out
+=
dir
;
out
+=
dir
;
}
}
...
...
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