From 10abf37f8020e01cd5526b7127602a4134eb7ee9 Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 19 Aug 2019 15:23:34 +0200 Subject: [PATCH] [style] increase default font size --- src/ass_style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ass_style.h b/src/ass_style.h index e6f83c168..55122c57a 100644 --- a/src/ass_style.h +++ b/src/ass_style.h @@ -41,7 +41,7 @@ class AssStyle final : public AssEntry, public AssEntryListHook { public: std::string name = "Default"; ///< Name of the style; must be case-insensitively unique within a file despite being case-sensitive std::string font = "Amaranth"; ///< Font face name - double fontsize = 20.; ///< Font size + double fontsize = 80.; ///< Font size agi::Color primary{ 255, 132, 0 }; ///< Default text color agi::Color secondary{ 255, 255, 255 }; ///< Text color for not-yet-reached karaoke syllables