summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-13 23:39:40 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-13 23:39:40 +0200
commit776836d2700123f8a0f109d3a2ac00fad5cdfd48 (patch)
tree1d73fdcd93480d461405483f115ea8a723d1d667 /src/verify.h
parentb87af40c55522bae1f23ac43cd25698c0a21f75d (diff)
Add check for Interop font assets being present (in the ASSETMAP and on disk).
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 7696ea85..ed5cac4c 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -432,6 +432,10 @@ public:
* file contains the CPL filename
*/
INVALID_MAIN_SOUND_CONFIGURATION,
+ /** An interop subtitle file has a <LoadFont> node which refers to a font file that is not found.
+ * note contains the <LoadFont> ID
+ */
+ MISSING_FONT
};
VerificationNote (Type type, Code code)