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
d1d1f0c2
Kaydet (Commit)
d1d1f0c2
authored
Ock 09, 2015
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: cleanup textrender.hxx
Change-Id: Id8524328f1bdacbc37dd6846f053e5bcfbcd782c
üst
8dfe0869
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
33 deletions
+38
-33
textrender.hxx
vcl/inc/textrender.hxx
+38
-33
No files found.
vcl/inc/textrender.hxx
Dosyayı görüntüle @
d1d1f0c2
...
...
@@ -42,40 +42,45 @@ class TextRenderImpl
public
:
virtual
~
TextRenderImpl
()
{}
virtual
void
SetTextColor
(
SalColor
nSalColor
)
=
0
;
virtual
sal_uInt16
SetFont
(
FontSelectPattern
*
,
int
nFallbackLevel
)
=
0
;
virtual
void
GetFontMetric
(
ImplFontMetricData
*
,
int
nFallbackLevel
)
=
0
;
virtual
const
FontCharMapPtr
GetFontCharMap
()
const
=
0
;
virtual
bool
GetFontCapabilities
(
vcl
::
FontCapabilities
&
rFontCapabilities
)
const
=
0
;
virtual
void
GetDevFontList
(
PhysicalFontCollection
*
)
=
0
;
virtual
void
ClearDevFontCache
()
=
0
;
virtual
bool
AddTempDevFont
(
PhysicalFontCollection
*
,
const
OUString
&
rFileURL
,
const
OUString
&
rFontName
)
=
0
;
virtual
bool
CreateFontSubset
(
const
OUString
&
rToFile
,
const
PhysicalFontFace
*
,
sal_GlyphId
*
pGlyphIDs
,
sal_uInt8
*
pEncoding
,
sal_Int32
*
pWidths
,
int
nGlyphs
,
FontSubsetInfo
&
rInfo
)
=
0
;
virtual
const
Ucs2SIntMap
*
GetFontEncodingVector
(
const
PhysicalFontFace
*
,
const
Ucs2OStrMap
**
ppNonEncoded
)
=
0
;
virtual
const
void
*
GetEmbedFontData
(
const
PhysicalFontFace
*
,
const
sal_Ucs
*
pUnicodes
,
sal_Int32
*
pWidths
,
FontSubsetInfo
&
rInfo
,
long
*
pDataLen
)
=
0
;
virtual
void
FreeEmbedFontData
(
const
void
*
pData
,
long
nDataLen
)
=
0
;
virtual
void
GetGlyphWidths
(
const
PhysicalFontFace
*
,
bool
bVertical
,
Int32Vector
&
rWidths
,
Ucs2UIntMap
&
rUnicodeEnc
)
=
0
;
virtual
bool
GetGlyphBoundRect
(
sal_GlyphId
nIndex
,
Rectangle
&
)
=
0
;
virtual
bool
GetGlyphOutline
(
sal_GlyphId
nIndex
,
::
basegfx
::
B2DPolyPolygon
&
)
=
0
;
virtual
SalLayout
*
GetTextLayout
(
ImplLayoutArgs
&
,
int
nFallbackLevel
)
=
0
;
virtual
void
DrawServerFontLayout
(
const
ServerFontLayout
&
)
=
0
;
virtual
SystemFontData
GetSysFontData
(
int
nFallbackLevel
)
const
=
0
;
virtual
void
SetTextColor
(
SalColor
nSalColor
)
=
0
;
virtual
sal_uInt16
SetFont
(
FontSelectPattern
*
,
int
nFallbackLevel
)
=
0
;
virtual
void
GetFontMetric
(
ImplFontMetricData
*
,
int
nFallbackLevel
)
=
0
;
virtual
const
FontCharMapPtr
GetFontCharMap
()
const
=
0
;
virtual
bool
GetFontCapabilities
(
vcl
::
FontCapabilities
&
rFontCapabilities
)
const
=
0
;
virtual
void
GetDevFontList
(
PhysicalFontCollection
*
)
=
0
;
virtual
void
ClearDevFontCache
()
=
0
;
virtual
bool
AddTempDevFont
(
PhysicalFontCollection
*
,
const
OUString
&
rFileURL
,
const
OUString
&
rFontName
)
=
0
;
virtual
bool
CreateFontSubset
(
const
OUString
&
rToFile
,
const
PhysicalFontFace
*
,
sal_GlyphId
*
pGlyphIDs
,
sal_uInt8
*
pEncoding
,
sal_Int32
*
pWidths
,
int
nGlyphs
,
FontSubsetInfo
&
rInfo
)
=
0
;
virtual
const
Ucs2SIntMap
*
GetFontEncodingVector
(
const
PhysicalFontFace
*
,
const
Ucs2OStrMap
**
ppNonEncoded
)
=
0
;
virtual
const
void
*
GetEmbedFontData
(
const
PhysicalFontFace
*
,
const
sal_Ucs
*
pUnicodes
,
sal_Int32
*
pWidths
,
FontSubsetInfo
&
rInfo
,
long
*
pDataLen
)
=
0
;
virtual
void
FreeEmbedFontData
(
const
void
*
pData
,
long
nDataLen
)
=
0
;
virtual
void
GetGlyphWidths
(
const
PhysicalFontFace
*
,
bool
bVertical
,
Int32Vector
&
rWidths
,
Ucs2UIntMap
&
rUnicodeEnc
)
=
0
;
virtual
bool
GetGlyphBoundRect
(
sal_GlyphId
nIndex
,
Rectangle
&
)
=
0
;
virtual
bool
GetGlyphOutline
(
sal_GlyphId
nIndex
,
::
basegfx
::
B2DPolyPolygon
&
)
=
0
;
virtual
SalLayout
*
GetTextLayout
(
ImplLayoutArgs
&
,
int
nFallbackLevel
)
=
0
;
virtual
void
DrawServerFontLayout
(
const
ServerFontLayout
&
)
=
0
;
virtual
SystemFontData
GetSysFontData
(
int
nFallbackLevel
)
const
=
0
;
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set
tabstop=4
shiftwidth=4 softtabstop=4 expandtab: */
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