1
0
mirror of synced 2024-11-12 02:00:52 +01:00
ImHex/plugins/fonts
Colin Snover fb249767f1
fix: Crash on exit when using custom font from file (#1815)
### Problem description
WerWolv/ImHex#1814

### Implementation description
1. Remove the flag that wrongly tells `ImFontAtlas` that it owns font
data, and remove that parameter from the function signature entirely
since now it is always `false`.
2. Rename `takeAtlas` to `getAtlas` since it no longer transfers
ownership as of b652565b57.
2024-07-15 22:22:02 +02:00
..
include/fonts impr: Restructure various components much better (#1520) 2024-01-28 22:14:59 +01:00
romfs feat: Added DPI awareness on Windows, added FiraCode as optional default font 2024-07-05 17:39:07 +02:00
source fix: Crash on exit when using custom font from file (#1815) 2024-07-15 22:22:02 +02:00
CMakeLists.txt impr: Better font loading logic 2024-06-16 22:41:16 +02:00
LICENSE impr: Restructure various components much better (#1520) 2024-01-28 22:14:59 +01:00