Closed bucket3432 closed 2 years ago
In addition to \N, support the text (non-override) tags \n and \h (soft line break and hard space, respectively).
\N
\n
\h
libass additionally supports \{ to insert a literal {, but it's not supported by vsfilter and it may not be trivial to add support for it here.
\{
{
In addition to
\N
, support the text (non-override) tags\n
and\h
(soft line break and hard space, respectively).libass additionally supports
\{
to insert a literal{
, but it's not supported by vsfilter and it may not be trivial to add support for it here.