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
f4dc53cb
Kaydet (Commit)
f4dc53cb
authored
Eyl 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use vcl::Font
Change-Id: Ic1b66c43697e342bebdf8b5cd6f0bb419f4a4fa7
üst
b5297255
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
salframe.cxx
vcl/win/source/window/salframe.cxx
+7
-7
No files found.
vcl/win/source/window/salframe.cxx
Dosyayı görüntüle @
f4dc53cb
...
...
@@ -2586,7 +2586,7 @@ inline Color ImplWinColorToSal( COLORREF nColor )
return
Color
(
GetRValue
(
nColor
),
GetGValue
(
nColor
),
GetBValue
(
nColor
)
);
}
static
void
ImplSalUpdateStyleFontW
(
HDC
hDC
,
const
LOGFONTW
&
rLogFont
,
Font
&
rFont
)
static
void
ImplSalUpdateStyleFontW
(
HDC
hDC
,
const
LOGFONTW
&
rLogFont
,
vcl
::
Font
&
rFont
)
{
ImplSalLogFontToFontW
(
hDC
,
rLogFont
,
rFont
);
...
...
@@ -2761,12 +2761,12 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings )
aStyleSettings
.
SetHighContrastMode
(
false
);
// Query Fonts
Font
aMenuFont
=
aStyleSettings
.
GetMenuFont
();
Font
aTitleFont
=
aStyleSettings
.
GetTitleFont
();
Font
aFloatTitleFont
=
aStyleSettings
.
GetFloatTitleFont
();
Font
aHelpFont
=
aStyleSettings
.
GetHelpFont
();
Font
aAppFont
=
aStyleSettings
.
GetAppFont
();
Font
aIconFont
=
aStyleSettings
.
GetIconFont
();
vcl
::
Font
aMenuFont
=
aStyleSettings
.
GetMenuFont
();
vcl
::
Font
aTitleFont
=
aStyleSettings
.
GetTitleFont
();
vcl
::
Font
aFloatTitleFont
=
aStyleSettings
.
GetFloatTitleFont
();
vcl
::
Font
aHelpFont
=
aStyleSettings
.
GetHelpFont
();
vcl
::
Font
aAppFont
=
aStyleSettings
.
GetAppFont
();
vcl
::
Font
aIconFont
=
aStyleSettings
.
GetIconFont
();
HDC
hDC
=
GetDC
(
0
);
NONCLIENTMETRICSW
aNonClientMetrics
;
aNonClientMetrics
.
cbSize
=
sizeof
(
aNonClientMetrics
);
...
...
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