summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);