diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-10 22:08:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-11 01:03:42 +0200 |
| commit | 015e9c2d11f5ada16351eea57959e93dca7b45ea (patch) | |
| tree | 3d8bf33c0c5b46fe97bf0891115788dcd6f856b3 /tools | |
| parent | cb16089ce944664685f19fd659b7a643f71d7a4a (diff) | |
Rename fonts_with_load_ids() -> font_data()
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpdumpsub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdumpsub.cc b/tools/dcpdumpsub.cc index 9558a82a..d9f11b47 100644 --- a/tools/dcpdumpsub.cc +++ b/tools/dcpdumpsub.cc @@ -128,7 +128,7 @@ main (int argc, char* argv[]) cout << sub.xml_as_string() << "\n"; if (extract_fonts) { - map<string, dcp::Data> fonts = sub.fonts_with_load_ids (); + map<string, dcp::Data> fonts = sub.font_data (); for (map<string, dcp::Data>::const_iterator i = fonts.begin(); i != fonts.end(); ++i) { FILE* f = dcp::fopen_boost (i->first + ".ttf", "wb"); if (!f) { |
