From bb2b2e1cc6341e774f71afe938aff5d2a19b5a0b Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Fri, 28 Mar 2025 11:56:51 -0700 Subject: [PATCH] New pattern fallback font setting. Slippin' this in here while it's hot! --- doc/2-interface/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/2-interface/settings.md b/doc/2-interface/settings.md index 64ee1a730..fc8a4858d 100644 --- a/doc/2-interface/settings.md +++ b/doc/2-interface/settings.md @@ -399,6 +399,7 @@ below all the binds, select a key from the dropdown list to add it. it will appe - higher settings use more video memory. - for pixel or bitmap fonts, set this to **1x**. - **Load fallback font**: load an extra font that contains nearly all characters that can be used, in case the selected fonts lack them. uses much video memory +- **Load fallback font (pattern)**: as "Load fallback font" above but for the pattern font. - **Display Japanese characters**, **Display Chinese (Simplified) characters**, **Display Chinese (Traditional) characters** and **Display Korean characters**: only toggle these options if you have enough graphics memory. - these are a temporary solution until dynamic font atlas is implemented in Dear ImGui.