summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-03 08:22:11 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-03 08:22:11 +0300
commita54468a67c27dca0cae0b54ca32b67515e0e366e (patch)
tree6e91d3c128bb465d054b361914c8dade55547841 /src/gmdocument.c
parent6f7408cbe91523a3dae80952790a4a8ec0d87cf4 (diff)
Changed default font to Nunito
Nunito is licensed under OFL.
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index fc49dac4..eea0d1f9 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -310,16 +310,16 @@ static void doLayout_GmDocument_(iGmDocument *d) {
310 6, 12, 6, 12, 0, 0, 0, 6 310 6, 12, 6, 12, 0, 0, 0, 6
311 }; 311 };
312 static const float topMargin[max_GmLineType] = { 312 static const float topMargin[max_GmLineType] = {
313 0.0f, 0.5f, 1.0f, 0.5f, 2.0f, 2.0f, 1.5f, 1.0f 313 0.0f, 0.5f, 1.0f, 0.5f, 2.0f, 1.5f, 1.0f, 1.0f
314 }; 314 };
315 static const float bottomMargin[max_GmLineType] = { 315 static const float bottomMargin[max_GmLineType] = {
316 0.0f, 0.5f, 1.0f, 0.5f, 1.0f, 1.0f, 1.0f, 1.0f 316 0.0f, 0.5f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 1.0f
317 }; 317 };
318 static const char *arrow = "\u2192"; 318 static const char *arrow = "\u2192";
319 static const char *bullet = "\u2022"; 319 static const char *bullet = "\u2022";
320 static const char *folder = "\U0001f4c1"; 320 static const char *folder = "\U0001f4c1";
321 static const char *globe = "\U0001f310"; 321 static const char *globe = "\U0001f310";
322 const float midRunSkip = 0.120f; /* extra space between wrapped text/quote lines */ 322 const float midRunSkip = 0; /*0.120f;*/ /* extra space between wrapped text/quote lines */
323 clear_Array(&d->layout); 323 clear_Array(&d->layout);
324 clearLinks_GmDocument_(d); 324 clearLinks_GmDocument_(d);
325 clear_Array(&d->headings); 325 clear_Array(&d->headings);