index.md (591B)
1 cyclefonts 2 ========== 3 4 Description 5 ----------- 6 This patch adds a keybinding that lets you cycle between multiple different 7 fonts. Define `fonts` in your `config.def.h` as an array instead of `font`. 8 9 Notes 10 ----- 11 * `currentfont` controls which font is loaded at the start, and must not exceed 12 the size of the fonts array. 13 14 Download 15 -------- 16 * [st-cyclefonts-0.8.4.diff](st-cyclefonts-0.8.4.diff) 17 * [st-cyclefonts-20210604-4536f46.diff](st-cyclefonts-20210604-4536f46.diff) 18 19 Author 20 ------ 21 * Miles Alan - m@milesalan.com (0.8.4) 22 * Justinas Grigas - <jstn_as@protonmail.com> (Updated version)