1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/plugins/fonts/source
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
..
font_loader.cpp fix: Crash on exit when using custom font from file (#1815) 2024-07-15 22:22:02 +02:00
fonts.cpp impr: Better font loading logic 2024-06-16 22:41:16 +02:00
library_fonts.cpp impr: Better font loading logic 2024-06-16 22:41:16 +02:00