-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32-print: print as unicode where possible
One of the problems identified in https://bugzilla.mozilla.org/show_bug.cgi?id=454532 is that there are some older printer drivers that do not work with ExtTextOut and the ETO_GLYPH_INDEX option. Fix this by where possible mapping glyph indices back to unicode and calling ExtTextOut without ETO_GLYPH_INDEX. Glyphs that can not be mapped back to unicode are printed with ETO_GLYPH_INDEX.
- Loading branch information
Adrian Johnson
committed
Nov 16, 2010
1 parent
eb29a25
commit d565639
Showing
3 changed files
with
141 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters