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
11cd641c
Kaydet (Commit)
11cd641c
authored
Haz 13, 2014
tarafından
matteocam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Experiment with underlining in VclProcessor's text rendering
Change-Id: Ib1f0e853dec1cb9aa00f585e5d8cdce836478ebb
üst
74fa26c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
vclprocessor2d.cxx
drawinglayer/source/processor2d/vclprocessor2d.cxx
+6
-2
No files found.
drawinglayer/source/processor2d/vclprocessor2d.cxx
Dosyayı görüntüle @
11cd641c
...
...
@@ -190,9 +190,13 @@ namespace drawinglayer
// set FillColor Attribute
// FIXME(matteocam)
// XXX: is "Color" the right type
const
Color
aFillColor
(
pTCPP
->
getFillColor
()
);
if
(
aFillColor
!=
COL_TRANSPARENT
)
//const Color aFillColor(pTCPP->getFontFillColor() );
//if( aFillColor != COL_TRANSPARENT )
// set fill Color if underlined
if
(
eFontUnderline
!=
UNDERLINE_NONE
)
{
aFillColor
=
RGB_COLORDATA
(
0x66
,
0x66
,
0xff
)
aFont
.
SetFillColor
(
aFillColor
);
aFont
.
SetTransparent
(
false
);
}
...
...
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