diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:18 +0200 |
| commit | de40756eed79a4df7cb614e2746057f6b2a76872 (patch) | |
| tree | c33b183ecabf4ed8c756bd04cc354c83bced9f25 /src/types.h | |
| parent | ac5445d9ee7dbb6fd7dda08f965c661b01e26c90 (diff) | |
Cleanup: extract VAlign to its own files.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/types.h b/src/types.h index f6e996c7..83b4e8e5 100644 --- a/src/types.h +++ b/src/types.h @@ -151,30 +151,6 @@ extern std::string halign_to_string (HAlign a); extern HAlign string_to_halign (std::string s); -enum class VAlign -{ - /** vertical position is distance: - * from top of screen to top of subtitle (for SMPTE 428-7:{2007,2010} or - * from top of screen to subtitle baseline (for Interop or SMPTE 428-7:2014) - */ - TOP, - /** vertical position is distance: - * from centre of screen to centre of subtitle (for SMPTE 428-7:{2007,2010}) or - * from centre of screen to subtitle baseline (for Interop or SMPTE 428-7:2014) - */ - CENTER, - /** vertical position is distance: - * from bottom of screen to bottom of subtitle (for SMPTE 428-7:{2007,2010}) or - * from bottom of screen to subtitle baseline (for Interop or SMPTE 428-7:2014) - */ - BOTTOM -}; - - -extern std::string valign_to_string (VAlign a); -extern VAlign string_to_valign (std::string s); - - /** Direction for subtitle test */ enum class Direction { |
