summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index bbb99adb..3a44965d 100644
--- a/src/text.h
+++ b/src/text.h
@@ -33,14 +33,18 @@ namespace dcp {
class Font;
+/** @class Text
+ * @brief Parser for Text nodes from subtitle XML.
+ */
class Text
{
public:
+ /** Construct a default text node */
Text ()
: v_position (0)
, v_align (TOP)
{}
-
+
Text (boost::shared_ptr<const cxml::Node> node);
float v_position;