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
248abe0a
Kaydet (Commit)
248abe0a
authored
Nis 27, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
VCL: rearrange functions in outdev/font.cxx
Change-Id: I98977212547929ff59641f0b73273d68740420fd
üst
c08856c1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
outdev.hxx
include/vcl/outdev.hxx
+8
-1
font.cxx
vcl/source/outdev/font.cxx
+0
-0
No files found.
include/vcl/outdev.hxx
Dosyayı görüntüle @
248abe0a
...
@@ -681,11 +681,18 @@ public:
...
@@ -681,11 +681,18 @@ public:
bool
GetFontCharMap
(
FontCharMap
&
rFontCharMap
)
const
;
bool
GetFontCharMap
(
FontCharMap
&
rFontCharMap
)
const
;
bool
GetFontCapabilities
(
vcl
::
FontCapabilities
&
rFontCapabilities
)
const
;
bool
GetFontCapabilities
(
vcl
::
FontCapabilities
&
rFontCapabilities
)
const
;
/** Retrieve detailed font information in platform independent structure
@param nFallbacklevel Fallback font level (0 = best matching font)
@return SystemFontData
*/
SystemFontData
GetSysFontData
(
int
nFallbacklevel
)
const
;
SystemFontData
GetSysFontData
(
int
nFallbacklevel
)
const
;
SAL_DLLPRIVATE
void
ImplGetEmphasisMark
(
PolyPolygon
&
rPolyPoly
,
bool
&
rPolyLine
,
Rectangle
&
rRect1
,
Rectangle
&
rRect2
,
long
&
rYOff
,
long
&
rWidth
,
FontEmphasisMark
eEmphasis
,
long
nHeight
,
short
nOrient
);
SAL_DLLPRIVATE
static
FontEmphasisMark
SAL_DLLPRIVATE
static
FontEmphasisMark
ImplGetEmphasisMarkStyle
(
const
Font
&
rFont
);
ImplGetEmphasisMarkStyle
(
const
Font
&
rFont
);
SAL_DLLPRIVATE
void
ImplGetEmphasisMark
(
PolyPolygon
&
rPolyPoly
,
bool
&
rPolyLine
,
Rectangle
&
rRect1
,
Rectangle
&
rRect2
,
long
&
rYOff
,
long
&
rWidth
,
FontEmphasisMark
eEmphasis
,
long
nHeight
,
short
nOrient
);
bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OUString
&
rStr
,
int
nIndex
,
bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OUString
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
...
...
vcl/source/outdev/font.cxx
Dosyayı görüntüle @
248abe0a
This diff is collapsed.
Click to expand it.
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