From b5213fd663067014169cec0dcc03d7cdcecd0929 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Apr 2023 23:37:29 +0200 Subject: Add font assets to combined DCPs; otherwise the fonts don't show up in the ASSETMAP. --- src/combine.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/combine.cc b/src/combine.cc index 05ad519e..86762dda 100644 --- a/src/combine.cc +++ b/src/combine.cc @@ -155,6 +155,7 @@ dcp::combine ( DCP_ASSERT (file); path new_path = make_unique(output / file->filename()); sub->write (new_path); + sub->add_font_assets(assets); } assets.push_back (j); -- cgit v1.2.3