]> granicus.if.org Git - libass/commit
Add hack to support empty lines of text
authorgreg <greg@blackbox>
Fri, 19 Jun 2009 05:34:03 +0000 (07:34 +0200)
committergreg <greg@blackbox>
Sat, 20 Jun 2009 01:38:00 +0000 (03:38 +0200)
commit49bf5a419a286d70b3a82f4a60059849ed2c536a
tree88a1aafba07b87d9e2eca652c379b109735ac063
parent9c1ff393d29aee7b64be2f5c526886819abfc7ec
Add hack to support empty lines of text

Consecutive forced breaks (\N\N) can be used to create empty lines of
text in other renderers. This doesn't work with the current text
layouter (wrap_lines_smart). This hack inserts a space glyph between two
consecutive forced breaks to get around this limitation.
libass/ass_render.c