Ticket #358 (closed defect: fixed)

Opened 5 months ago

Last modified 3 months ago

Subpixel AA is used for subtitle text

Reported by: g3power Assigned to: astrange
Priority: normal Milestone: 1.1.1
Component: Subtitles Version: 1.1
Severity: normal Keywords:
Cc:

Description

This is a bad thing if the system setting for the anti-aliasing of fonts is set one of the LCD settings. All in all this would be a good idea. But only if the subtitle's pixels are displayed on the screen without any scaling. We otherwise get ugly color fringing...

Change History

08/04/08 15:26:44 changed by astrange

Quartz doesn't use subpixel for pixel buffers. Post a screenshot.

09/26/08 00:26:42 changed by astrange

  • owner set to astrange.
  • status changed from new to assigned.
  • milestone set to 1.1.1.

09/26/08 00:33:36 changed by astrange

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [940]) Fix subpixel AA being enabled in the subtitle CGContext in recent OS X versions. This is somewhat of a hack since the API function being called is badly named and is supposed to do something else. I'll file a bug someday. Closes #358.