summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-03 14:13:37 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-03 14:13:37 +0300
commitbd1504bbefc8954557044691bddd463c0d0e1911 (patch)
tree7989d18610acdb2e593ec8cc523cbaa871a69fcb /src/ui/text.h
parent1828df7b3260907a18096c438814f90e048da908 (diff)
Text: Use FriBidi for visual order
Todo: This seems a little late in the game. The reordering should be done for each paragraph of text.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 26965f52..e5b57bf4 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -125,6 +125,7 @@ enum iTextFont {
125 tinos_TextFont, 125 tinos_TextFont,
126 sourceSans3_TextFont, 126 sourceSans3_TextFont,
127 iosevka_TextFont, 127 iosevka_TextFont,
128 notoSansArabic_TextFont,
128}; 129};
129 130
130extern int gap_Text; /* affected by content font size */ 131extern int gap_Text; /* affected by content font size */