Closed
Bug 455709
Opened 16 years ago
Closed 16 years ago
WinCE GFX Thebes Windows Fonts Missing Uniscribe Font Support
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: wolfe, Assigned: wolfe)
References
Details
(Keywords: mobile)
Attachments
(1 file, 3 obsolete files)
2.94 KB,
patch
|
Details | Diff | Splinter Review |
Changes needed in gfx thebes to account for no uniscribe font support under WinMobile / WinCE.
Without these changes, the compiler will die on gfx/thebes module.
Comment 1•16 years ago
|
||
John, it looks like you forgot to attach the patch
Assignee | ||
Comment 2•16 years ago
|
||
Attachment delays to allow creating two new functions in Mozilla WinCE Shunt Library -- thereby avoiding a couple of #ifdef WINCE inside gfx thebes.
Attachment #340008 -
Flags: review?
Assignee | ||
Comment 3•16 years ago
|
||
Moves some else-if statements around, then #ifndef WINCE #endif blocks any uniscribe-specific else-if statements.
Creates two new functions in Mozilla WinCE Shunt Library.
#ifndef WINCE #endif around NONCLIENTMETRICS - since NONCLIENTMETRICS are not available in WinCE / WinMobile.
Attachment #340008 -
Attachment is obsolete: true
Attachment #340013 -
Flags: review?(pavlov)
Attachment #340008 -
Flags: review?
Assignee | ||
Comment 4•16 years ago
|
||
This just comments out stuff. Neither doug or I expect this to land.
Attachment #340013 -
Attachment is obsolete: true
Attachment #340013 -
Flags: review?(pavlov)
Updated•16 years ago
|
Assignee: nobody → wolfe
Comment 5•16 years ago
|
||
don't think for a second that this is something we want to check in.
Attachment #340030 -
Attachment is obsolete: true
Comment 6•16 years ago
|
||
Windows mobile either needs its own GDI font code or to use the Freetype code. I wouldn't continue hacking the current Windows font code.
Updated•16 years ago
|
Component: General → GFX: Thebes
Product: Fennec → Core
QA Contact: general → thebes
Comment 7•16 years ago
|
||
we're using freetype now
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•