Ticket #280 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

SSA alignment bugs

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

Description

pos_top_align - Both of these should be be aligned at the top; I think I should be using ATSUMeasureTextImage() instead of ATSUGetGlyphBounds().

an2_descenders - They're properly aligned to each other, but the bottom of the 'p' should be at the bottom edge of the box. It looks like it should add the descender height to \pos Y coordinates.

Attachments

an2_descenders.jpg (196.2 kB) - added by astrange on 01/10/08 18:08:28.
pos_top_align.jpg (97.0 kB) - added by astrange on 01/10/08 18:08:50.

Change History

01/10/08 18:08:28 changed by astrange

  • attachment an2_descenders.jpg added.

01/10/08 18:08:50 changed by astrange

  • attachment pos_top_align.jpg added.

01/10/08 18:38:57 changed by astrange

(In [762]) Offset positioned subs by the descender height (refs #280)

01/13/08 19:00:12 changed by astrange

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

(In [764]) Fix misaligned SSA multi-line toptitles. Closes #280 for now.