index.md (796B)
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 * Font size doesn't change while cycling fonts, use `zoomreset` to change the 14 font size to default one for the current font. 15 16 Download 17 -------- 18 * [st-cyclefonts-0.8.4.diff](st-cyclefonts-0.8.4.diff) 19 * [st-cyclefonts-20210604-4536f46.diff](st-cyclefonts-20210604-4536f46.diff) 20 * [st-cyclefonts-20220731-baa9357.diff](st-cyclefonts-20220731-baa9357.diff) 21 22 Author 23 ------ 24 * Miles Alan - m@milesalan.com (0.8.4) 25 * Justinas Grigas - <jstn_as@protonmail.com> (Updated versions)