Closed
Bug 227295
Opened 22 years ago
Closed 11 years ago
ATSUSetFontFallbacks is deprecated
Categories
(Core Graveyard :: GFX: Mac, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: edwardjsabol, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla 1.5.1 on Mac OS X 10.3.1
While running Mozilla 1.5.1 on Mac OS X 10.3.1 (Panther), the following message
is noted in console.log:
Warning: ATSUSetFontFallbacks has been deprecated. Use ATSUFontFallbacks
objects instead.
See related bug 221590
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
I am seeing this too using nightly build # 2004013105 and earlier.
Mozilla.app/Contents/MacOS/mozilla-bin: *** Warning: ATSUSetFontFallbacks has
been deprecated. Use ATSUFontFallbacks objects instead. ***
Comment 2•21 years ago
|
||
I can confirm this bug occurs under Mozilla 1.8a4 (8/28/04 build) under MacOSX
10.3.5. Looking in the Console log, it appears dozens of times a day for me.
-- David Lawhon
Comment 3•21 years ago
|
||
I don't see any direct calls to this method (or its replacement) anywhere in the
current TRUNK codebase (or in any object code). I also don't see it in my log
files. Is it perhaps being called implicitly from some other place, or has its
use already been removed?
Comment 4•20 years ago
|
||
*** Bug 290723 has been marked as a duplicate of this bug. ***
Comment 5•20 years ago
|
||
I'm seeing this with Firefox 1.0.3 on OS X 10.3.5.
Comment 6•20 years ago
|
||
*** Bug 299874 has been marked as a duplicate of this bug. ***
*** Bug 302812 has been marked as a duplicate of this bug. ***
These may be related as well. I see these in a Firefox build from source checked out on 20080516_164850:
'ATSUGetGlyphInfo' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeGlyphs.h:1001)
'FMGetFontFamilyFromName' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Fonts.h:741)
'FMGetFontFamilyTextEncoding' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Fonts.h:769)
'FMGetFontFromFontFamilyInstance' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Fonts.h:875)
'GetFontInfo' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:540)
'TextFace' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:396)
'TextFont' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:384)
'TextMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:408)
'TextSize' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:420)
'TextWidth' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h:513)
Updated•17 years ago
|
Assignee: sfraser_bugs → joshmoz
Assignee | ||
Updated•17 years ago
|
Product: Core → Core Graveyard
Comment 9•11 years ago
|
||
This bug has been buried in the graveyard and has not been updated in over 5 years. It is probably safe to assume that it will never be fixed, so resolving as WONTFIX.
[Mass-change filter: graveyard-wontfix-2014-09-24]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•