Skip to content

Commit e1c85bb

Browse files
Extract embedded fonts if available
1 parent 7759bc1 commit e1c85bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SubtitleOctopus.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ class SubtitleOctopus {
297297
}
298298

299299
ass_set_message_cb(ass_library, msg_callback, NULL);
300+
ass_set_extract_fonts(ass_library, 1);
300301

301302
ass_renderer = ass_renderer_init(ass_library);
302303
if (!ass_renderer) {

0 commit comments

Comments
 (0)