[style] increase default font size

This commit is contained in:
odrling 2019-08-19 15:23:34 +02:00
parent cf1afe9983
commit 10abf37f80
No known key found for this signature in database
GPG Key ID: E24CA7508C27AF5B
1 changed files with 1 additions and 1 deletions

View File

@ -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