summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-09 11:13:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-09 11:13:02 +0100
commit5c1b079a28941781c9cfa46d57e0c20b55681b32 (patch)
tree35c0d2aac409ca1b52699e974f299a64aa5ffc1f /src/font.h
parent6425742f95a4c2e539061b29016a4a5bd10ac9ae (diff)
Basically-working interop subtitle font handling.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 8e0b4e18..e87419c0 100644
--- a/src/font.h
+++ b/src/font.h
@@ -26,7 +26,7 @@
namespace dcp {
/** @class Font
- * @brief A (truetype) font asset for subtitles in a DCP.
+ * @brief A (truetype) font asset for subtitles in an Interop DCP.
*/
class Font : public Asset
{