Opened 15 years ago
Closed 15 years ago
#1269 closed defect (fixed)
Two font manager issues
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | Rendering Service | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Issue 1: The font matching code iterates over the font list, and the first font in the list always becomes the one to beat. In the case where none of the fonts match this first font ends up winning. Sometimes this font is not a good one. For example, on my machine I get wst_swed which is lousy. The fix is to put a reasonably good font, like Arial, at the head of the list.
Issue 2: In Windows the font manager initialization code was trying to process the desktop.ini file from the Fonts directory. This file should be skipped.
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with r4592.