46 dcp::halign_to_string(
HAlign h)
57 boost::throw_exception(
MiscError(
"unknown subtitle halign type"));
62 dcp::string_to_halign(
string s)
64 std::transform(s.begin(), s.end(), s.begin(), ::tolower);
68 }
else if (s ==
"center") {
70 }
else if (s ==
"right") {
74 boost::throw_exception(
ReadError(
"unknown subtitle halign type"));
A miscellaneous exception.
Any error that occurs when reading data from a DCP.
Exceptions thrown by libdcp.
Namespace for everything in libdcp.
@ RIGHT
horizontal position is distance from right of screen to right of subtitle
@ LEFT
horizontal position is distance from left of screen to left of subtitle
@ CENTER
horizontal position is distance from centre of screen to centre of subtitle