Closed
Bug 108280
Opened 23 years ago
Closed 23 years ago
OS/2 support for bug 99010
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jhpedemonte, Assigned: mkaply)
References
Details
(Keywords: fonts)
Attachments
(3 files, 2 obsolete files)
158.85 KB,
patch
|
Details | Diff | Splinter Review | |
10.45 KB,
patch
|
Details | Diff | Splinter Review | |
1.99 KB,
patch
|
Details | Diff | Splinter Review |
Take changes from font bug 99010. Approximate win32 code.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
This patch contains all the necessary changes to gfx/src/os2. Also, I
decided to take the win32 path in nsIRenderingContext.h and
nsTextFrame.cpp
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Attachment #56339 -
Attachment is obsolete: true
Reporter | ||
Comment 5•23 years ago
|
||
In the latest patch, implemented gLoadedFonts (rather than keeping around a
global font list of all the installed fonts), and cleanup up code.
Reporter | ||
Comment 6•23 years ago
|
||
Cannot use array of loaded fonts, since there is no reliable way to query all
font metrics belonging to given familyname (rather than facename). Therefore,
had to go back to using global font list. Instead of keeping all FONTMETRICS
around for every facename, created a minifontmetrics stucture that just holds
the info I need in order to cut back memory footprint. Also took
FontCleanupObserver from nsFontMetricsWin, so globals are only freed on
shutdown.
Attachment #56792 -
Attachment is obsolete: true
Updated•23 years ago
|
Comment 7•23 years ago
|
||
In preferences/fonts, warpzilla had listed up several typrface for MINCHO
font as follows:
"MINCHO"
"MINCHO Proportional"
"MINCHO System"
"MINCHO Terminal"....
however, warpzilla 2001113011 and later builds (and 0.9.6) have listed
only "MINCHO". No other MINCHOs with substyle like as "MINCHO Proportional"
are available. Same things happen on GOTHIC. Is this an influence of the
last patch?
Reporter | ||
Comment 8•23 years ago
|
||
This patch should fix some issues with test wrapping. I forgot to check the
return value in ResolveForwards/Backwards, to see whether we should continue
parsing the string. I also took some changes that were added to the windows
version of the files.
Reporter | ||
Comment 9•23 years ago
|
||
Fix checked in. I'll close this bug when the MINCHO fix gets checked in.
Assignee | ||
Comment 10•23 years ago
|
||
*** Bug 120532 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 11•23 years ago
|
||
This fixes the Mincho problem reported earlier. We can close this bug as soon
as this is checked in.
Assignee | ||
Comment 12•23 years ago
|
||
Mincho fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Warpzilla 2002020408 lists up all Mincho/Gothic fonts properly
in preferences/fonts/typeface.
Many thanks,
Assignee | ||
Comment 14•22 years ago
|
||
Verified - new font stuff is in and customer verified JP fix.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•