Ticket #334 (new defect)

Opened 3 months ago

Last modified 3 months ago

[PATCH] r550 broke failover case if font of an ASS subtitle is not readable/available

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

Description

I have a MKV with an embedded pfb font instead of a TTF or OTF font. Since pfb is not supported Helvetica should be used as failover. Due to a change in r850 this is not really happening. Here a small fix that gets it working again

I only did the minimal changes neccessary but I wonder why the if is there, since the following code will always called in this case.

Attachments

subtitle.patch (0.5 kB) - added by maru on 04/20/08 04:28:13.

Change History

04/20/08 04:28:13 changed by maru

  • attachment subtitle.patch added.

(follow-up: ↓ 2 ) 04/20/08 10:59:40 changed by astrange

Yeah, it is unnecessary. I got rid of it - does it work now?

(in reply to: ↑ 1 ) 04/21/08 09:03:33 changed by maru

Replying to astrange:

Yeah, it is unnecessary. I got rid of it - does it work now?

Yes it works now.