Closed
Bug 228911
Opened 21 years ago
Closed 3 years ago
[ps] add MathML to PS-FT2 printing
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jshin1987, Unassigned)
Details
(Keywords: intl)
Currently, the default PS module and PS-Freetype2 module don't support MathML
and custom encdoing fonts. Custom encoding font support depends on bug 208213
and is relevant to PS-FT2 module. So, here I want to focus on MathML support
(especially in PS-FT2 module) There are two things to be done.
1. Modify DrawString() ,GetWidth(), etc to work with MathML fonts. That means,
converting Unicode to MathML font-encodings (font-dependent).
2. Implement GetBoundingMetrics().
These are already in place for Gtk-FT2 so that it can be done sorta with
copy&paste. I think there should be a better way (to factor out the common part)
than this, but I may begin with copy&paste (there are already a lot of
duplications in Gtk-FT2 and PS-FT2) until I come up with a way to factor out the
common part.
Updated•21 years ago
|
Summary: add MathML to PS-FT2 printing → [ps] add MathML to PS-FT2 printing
Updated•16 years ago
|
QA Contact: printing
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jwatt, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: jshin1987 → nobody
Flags: needinfo?(jwatt)
Comment 2•3 years ago
|
||
The PS code is long gone.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(jwatt)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•