summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 08a24227..9c98ef01 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -447,7 +447,12 @@ public:
/** A subtitle XML root node has more than one namespace (xmlns) declaration.
* note contains the asset ID
*/
- INCORRECT_SUBTITLE_NAMESPACE_COUNT
+ INCORRECT_SUBTITLE_NAMESPACE_COUNT,
+ /** A subtitle or closed caption file has a <Font> tag which refers to a font that is not
+ * first introduced with a <LoadFont>.
+ * id conatins the ID of the <Font> tag.
+ */
+ MISSING_LOAD_FONT
};
VerificationNote (Type type, Code code)