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)

comment:1 by Jim Stichnoth, 13 years ago

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.

comment:2 by Jim Stichnoth, 13 years ago

Milestone: 0.270.27.1
Owner: changed from stuartm to Jim Stichnoth
Status: newaccepted

This is related to work in progress on #10984.

comment:3 by Jim Stichnoth <jstichnoth@…>, 13 years ago

In 38fc18b4432201e4d047dad9228c37a2cde14f5c/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:4 by Jim Stichnoth <jstichnoth@…>, 13 years ago

In bd3a1dab1c27dac105a92f7eef65b0d5cda74b16/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:5 by Jim Stichnoth, 13 years ago

Milestone: 0.27.10.27
Resolution: Fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.