summaryrefslogtreecommitdiff
path: root/src/subtitle_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_string.h')
-rw-r--r--src/subtitle_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h
index c274152b..7e84d103 100644
--- a/src/subtitle_string.h
+++ b/src/subtitle_string.h
@@ -125,6 +125,10 @@ public:
return _aspect_adjust;
}
+ void set_font (std::string id) {
+ _font = id;
+ }
+
void set_size (int s) {
_size = s;
}