Closed
Bug 159243
Opened 22 years ago
Closed 22 years ago
Add fontEncoding.properties for the Mac
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rbs, Assigned: rbs)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ftang
:
review+
sfraser_bugs
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Currently fontEncoding.properties is buried inside mozilla/gfx/src/windows/.
However, now that bug 1017146 allows the math fonts to also be supported on the
Mac, fontEncoding.properties needs a new home that is friendly to all.
Candidate: mozilla/gfx/src/fontEncoding.properties
But as usual with these file movements, some CVS magic is needed to preserve the
history.
Cc:ing folks from the build team for input.
Comment 1•22 years ago
|
||
Can this file really be used cross-platform? Won't the font names, or font
availability, differ? For instance, this part:
encoding.wingdings.ttf = windows-1252
encoding.webdings.ttf = windows-1252
doesn't look very platform-neutral.
Good point. I had forgotten about those... Maybe no need to worry about sharing.
I am mutating the bug into setting up the Mac version of the file.
Summary: Move fontEncoding.properties in a sharable location → Add fontEncoding.properties for the Mac
I simply:
- copied the Windows version in the Mac sub-directory
- Added the warning that:
+# There are different versions of this file per platform - see bug 159243
- Disabled the Windows-specific entries:
+# Disabled on the Mac - bug 159243
+#encoding.wingdings.ttf = windows-1252
+#encoding.webdings.ttf = windows-1252
Comment 4•22 years ago
|
||
Comment on attachment 92656 [details] [diff] [review]
patch to add the Mac version of fontEncoding.properties
r=ftang
Attachment #92656 -
Flags: review+
sfraser, sr? and bug 154007? This way, I could ask a=drivers in one e-email.
Comment 6•22 years ago
|
||
Comment on attachment 92656 [details] [diff] [review]
patch to add the Mac version of fontEncoding.properties
sr=sfraser
Attachment #92656 -
Flags: superreview+
Comment 7•22 years ago
|
||
Comment on attachment 92656 [details] [diff] [review]
patch to add the Mac version of fontEncoding.properties
a=asa (on behalf of drivers) for checkin to 1.1
Attachment #92656 -
Flags: approval+
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•