New pattern fallback font setting.

Slippin' this in here while it's hot!
This commit is contained in:
Electric Keet 2025-03-28 11:56:51 -07:00 committed by tildearrow
parent a1ee3d2a0d
commit bb2b2e1cc6

View file

@ -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. - higher settings use more video memory.
- for pixel or bitmap fonts, set this to **1x**. - 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**: 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. - **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. - these are a temporary solution until dynamic font atlas is implemented in Dear ImGui.