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
16ae7484
Kaydet (Commit)
16ae7484
authored
Tem 31, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add declaration of the very deprecated FMGetATSFontRefFromFont
Change-Id: I6a1b0ee2e7e012080774d29ea6ea5db5e9229d82
üst
28a48f2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
salatsuifontutils.cxx
vcl/aqua/source/gdi/atsui/salatsuifontutils.cxx
+6
-0
salgdi.cxx
vcl/aqua/source/gdi/atsui/salgdi.cxx
+6
-0
No files found.
vcl/aqua/source/gdi/atsui/salatsuifontutils.cxx
Dosyayı görüntüle @
16ae7484
...
@@ -201,6 +201,12 @@ static void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttrib
...
@@ -201,6 +201,12 @@ static void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttrib
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
#if MACOSX_SDK_VERSION >= 1070
extern
"C"
{
extern
ATSFontRef
FMGetATSFontRefFromFont
(
FMFont
iFont
);
}
#endif
static
bool
GetDevFontAttributes
(
ATSUFontID
nFontID
,
ImplDevFontAttributes
&
rDFA
)
static
bool
GetDevFontAttributes
(
ATSUFontID
nFontID
,
ImplDevFontAttributes
&
rDFA
)
{
{
// all ATSU fonts are device fonts that can be directly rotated
// all ATSU fonts are device fonts that can be directly rotated
...
...
vcl/aqua/source/gdi/atsui/salgdi.cxx
Dosyayı görüntüle @
16ae7484
...
@@ -128,6 +128,12 @@ inline FourCharCode GetTag(const char aTagName[5])
...
@@ -128,6 +128,12 @@ inline FourCharCode GetTag(const char aTagName[5])
static
unsigned
GetUShort
(
const
unsigned
char
*
p
){
return
((
p
[
0
]
<<
8
)
+
p
[
1
]);}
static
unsigned
GetUShort
(
const
unsigned
char
*
p
){
return
((
p
[
0
]
<<
8
)
+
p
[
1
]);}
static
unsigned
GetUInt
(
const
unsigned
char
*
p
)
{
return
((
p
[
0
]
<<
24
)
+
(
p
[
1
]
<<
16
)
+
(
p
[
2
]
<<
8
)
+
p
[
3
]);}
static
unsigned
GetUInt
(
const
unsigned
char
*
p
)
{
return
((
p
[
0
]
<<
24
)
+
(
p
[
1
]
<<
16
)
+
(
p
[
2
]
<<
8
)
+
p
[
3
]);}
#if MACOSX_SDK_VERSION >= 1070
extern
"C"
{
extern
ATSFontRef
FMGetATSFontRefFromFont
(
FMFont
iFont
);
}
#endif
const
ImplFontCharMap
*
ImplMacFontData
::
GetImplFontCharMap
()
const
const
ImplFontCharMap
*
ImplMacFontData
::
GetImplFontCharMap
()
const
{
{
// return the cached charmap
// return the cached charmap
...
...
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