[Bug 1359] Complex rendering (Indic, Persian languages) support in subtitles

bugzilla-daemon at bugzilla.mplayerhq.hu bugzilla-daemon at bugzilla.mplayerhq.hu
Thu Dec 25 11:31:03 PST 2008


http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1359





------- Comment #1 from eugeni.stepanov at gmail.com  2008-12-25 20:31 CEST -------
I've been thinking of doing it, but I don't fully understand how much code
around harfbuzz is needed. All these libraries (pango and qt, at least) seem to
be doing a lot of additional work: shapers for different languages, calls to
freebidi2, so on.

It seems harfbuzz already includes some implementation of bidi algorithm. It
also seems to include a set of shapers, probably from QT. Will it be ok to
simply replace charcode to glyph index conversion by a call to HB_ShapeItem?

Another thing I don't understand: how could harfbuzz do bidi, if it can only be
done after line breaking? Harfbuzz does not do line breaking.


-- 
Configure bugmail: http://bugzilla.mplayerhq.hu/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


More information about the discuss mailing list