Ticket #109 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

<i> srt tags handling

Reported by: cluthi Assigned to:
Priority: normal Milestone:
Component: Subtitles Version: 1.0
Severity: normal Keywords:
Cc: astrange

Description

Hello, It seems that italic (<i> tag) style is not rendered properly when using .srt subtitle files. I have debugged a bit with Xcode: TextSubCodecDrawBand successfully translates <i> to {\i} but I had big difficulties to understand what goes on in SSA_RenderLine as I am totally new to SSA and ATSUI.

Is this supposed to work as of r345 or is this still work in progress ?

Change History

02/21/07 14:34:59 changed by astrange

  • status changed from new to closed.
  • resolution set to fixed.

(In [346]) Fix "flag" machine. (closes #109) Turn on unused variables warning, which reveals a lot of them in our code. No time to fix them now...