summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-13 23:37:29 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-13 23:37:29 +0200
commitb5213fd663067014169cec0dcc03d7cdcecd0929 (patch)
treeaa4158989164a5f1c970e0f33648353e1669fab9 /src
parentb926b52fba5952b6e826cad9814befdb3b264f1b (diff)
Add font assets to combined DCPs; otherwise the fonts don't show up in the ASSETMAP.
Diffstat (limited to 'src')
-rw-r--r--src/combine.cc1
1 files changed, 1 insertions, 0 deletions
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);