ref: bdef1272330cf36855a68abd15d437077402f48e
parent: 6d2d4dd3526807d33abd1bf6fa402678135222f8
author: phil9 <telephil9@gmail.com>
date: Mon Jun 3 11:08:56 EDT 2024
push missing lineheight change to style.h
--- a/style.h
+++ b/style.h
@@ -4,6 +4,9 @@
/* box (quote or code) internal padding */
int padding = 12;
+/* line height multiplier */
+float lineheight = 1.0;
+
/* slide title font size */
float ftitlesz = 120.0;