Opened 13 years ago
Closed 13 years ago
#11786 closed Bug Report - General (Fixed)
Font outline and shadow aren't scaled with screen res
| Reported by: | stuartm | Owned by: | Jim Stichnoth |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - User Interface Library | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If the screen resolution is 2x the theme base resolution then font size is correct scaled 2x, but attributes such as outline and shadow remain at their original values. This seems to be an oversight.
Change History (5)
Note:
See TracTickets
for help on using tickets.

It looks like this is only the case for MythUISimpleText, which is used only for captions/subtitles. Other uses of outline and shadow correctly apply MythRect::NormPoint() on the values.
One possible nit is that NormPoint() truncates fractional values, whereas it might be better to round.