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
ea564417
Kaydet (Commit)
ea564417
authored
May 22, 2014
tarafından
matteocam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Put text filling in SvxFont
Change-Id: I290fff0cb66fc07122b976d977dff24ac491e108
üst
18126620
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
svxfont.cxx
editeng/source/items/svxfont.cxx
+7
-0
text.cxx
vcl/source/outdev/text.cxx
+1
-4
No files found.
editeng/source/items/svxfont.cxx
Dosyayı görüntüle @
ea564417
...
...
@@ -457,9 +457,16 @@ void SvxFont::QuickDrawText( OutputDevice *pOut,
const
sal_Int32
nIdx
,
const
sal_Int32
nLen
,
const
sal_Int32
*
pDXArray
)
const
{
fprintf
(
stderr
,
"About to print %s
\n
"
,
rTxt
.
getStr
());
// Font has to be selected in OutputDevice...
if
(
!
IsCaseMap
()
&&
!
IsCapital
()
&&
!
IsKern
()
&&
!
IsEsc
()
)
{
// set right background
if
(
HasBackgroundColor
()
)
{
Color
aColor
=
COL_RED
;
pOut
->
SetTextFillColor
(
aColor
);
}
pOut
->
DrawTextArray
(
rPos
,
rTxt
,
pDXArray
,
nIdx
,
nLen
);
return
;
}
...
...
vcl/source/outdev/text.cxx
Dosyayı görüntüle @
ea564417
...
...
@@ -288,6 +288,7 @@ bool OutputDevice::ImplDrawTextDirect( SalLayout& rSalLayout,
if
(
ImplDrawRotateText
(
rSalLayout
)
)
return
true
;
long
nOldX
=
rSalLayout
.
DrawBase
().
X
();
if
(
HasMirroredGraphics
()
)
{
...
...
@@ -330,10 +331,6 @@ bool OutputDevice::ImplDrawTextDirect( SalLayout& rSalLayout,
maFont
.
GetStrikeout
(),
maFont
.
GetUnderline
(),
maFont
.
GetOverline
(),
maFont
.
IsWordLineMode
(),
ImplIsUnderlineAbove
(
maFont
)
);
// draw background
if
(
bTextBkg
)
{
}
// emphasis marks
if
(
maFont
.
GetEmphasisMark
()
&
EMPHASISMARK_STYLE
)
...
...
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