]> git.sesse.net Git - vlc/commit
Reimplemented the way text lines are processed.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 25 Jun 2011 12:05:07 +0000 (14:05 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 25 Jun 2011 12:05:07 +0000 (14:05 +0200)
commit098e1f6ae51d46c77b361270d6b85e9f46107474
treefcbc78b81605141fe5e5178b7d0838407693c7fd
parent85bc552c7d7ce6870f5297eb8b29b79a37235618
Reimplemented the way text lines are processed.

There is a small regression: the alpha settings is not respected.

Unbreakables lines are now wrapped at the last non breakable space
or, if none, before the character that would make the line too large
(instead of throwing away the complete line).

Too high subtitles are now correctly truncated.
modules/misc/text_renderer/freetype.c