From c59f2ba8dc58a2feef4fd7230d48eae19e81451f Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 22 Jul 2010 19:02:12 +0200 Subject: Better PAR correction PAR correction so far merely applied a horizontal scaling factor to glyphs right after loading. This screws up transformed text, unfortunately. It's a much better approach to typeset text without correction and scale everything at the very end. In MPlayer, an EOSD rendering now looks exactly the same as a video filter rendering (except for more sharpness in the EOSD case). --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index f7f7cce..376b337 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ libass (0.9.10) * charmap selection fixes * Add ass_flush_events API function * Improve fullname font matching + * Better PAR correction if text transforms are used libass (0.9.9) * Parse numbers in a locale-independent way -- cgit v1.2.3