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
bcfa2ea2
Kaydet (Commit)
bcfa2ea2
authored
Eki 04, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: tab cleanup of vcl/inc/impfont.hxx
Change-Id: I54f669cd4ba472744f013f157baa035519d052bf
üst
f33002aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
16 deletions
+9
-16
impfont.hxx
vcl/inc/impfont.hxx
+9
-16
No files found.
vcl/inc/impfont.hxx
Dosyayı görüntüle @
bcfa2ea2
...
@@ -139,22 +139,15 @@ public:
...
@@ -139,22 +139,15 @@ public:
meAntiAlias
(
ANTIALIAS_DONTKNOW
),
meAntiAlias
(
ANTIALIAS_DONTKNOW
),
meAutoHint
(
AUTOHINT_DONTKNOW
),
meAutoHint
(
AUTOHINT_DONTKNOW
),
meHinting
(
HINTING_DONTKNOW
),
meHinting
(
HINTING_DONTKNOW
),
meHintStyle
(
HINT_SLIGHT
)
meHintStyle
(
HINT_SLIGHT
)
{}
{}
virtual
~
ImplFontOptions
()
{}
virtual
~
ImplFontOptions
()
{}
FontAutoHint
GetUseAutoHint
()
const
{
return
meAutoHint
;
}
FontAutoHint
GetUseAutoHint
()
const
FontHintStyle
GetHintStyle
()
const
{
return
meHintStyle
;
}
{
return
meAutoHint
;
}
bool
DontUseEmbeddedBitmaps
()
const
{
return
meEmbeddedBitmap
==
EMBEDDEDBITMAP_FALSE
;
}
FontHintStyle
GetHintStyle
()
const
bool
DontUseAntiAlias
()
const
{
return
meAntiAlias
==
ANTIALIAS_FALSE
;
}
{
return
meHintStyle
;
}
bool
DontUseHinting
()
const
{
return
(
meHinting
==
HINTING_FALSE
)
||
(
GetHintStyle
()
==
HINT_NONE
);
}
bool
DontUseEmbeddedBitmaps
()
const
virtual
void
*
GetPattern
(
void
*
/*pFace*/
,
bool
/*bEmbolden*/
,
bool
/*bVerticalMetrics*/
)
const
{
return
NULL
;
}
{
return
meEmbeddedBitmap
==
EMBEDDEDBITMAP_FALSE
;
}
bool
DontUseAntiAlias
()
const
{
return
meAntiAlias
==
ANTIALIAS_FALSE
;
}
bool
DontUseHinting
()
const
{
return
(
meHinting
==
HINTING_FALSE
)
||
(
GetHintStyle
()
==
HINT_NONE
);
}
virtual
void
*
GetPattern
(
void
*
/*pFace*/
,
bool
/*bEmbolden*/
,
bool
/*bVerticalMetrics*/
)
const
{
return
NULL
;
}
};
};
// - ImplFontCharMap -
// - ImplFontCharMap -
...
...
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