mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
feat: Add support for bold and italic fonts
This commit is contained in:
@@ -84,8 +84,8 @@ namespace hex::init {
|
||||
ImHexApi::HexEditor::impl::getTooltips().clear();
|
||||
ImHexApi::HexEditor::impl::getTooltipFunctions().clear();
|
||||
ImHexApi::System::getAdditionalFolderPaths().clear();
|
||||
ImHexApi::System::getCustomFontPath().clear();
|
||||
ImHexApi::Messaging::impl::getHandlers().clear();
|
||||
ImHexApi::Fonts::getCustomFontPath().clear();
|
||||
ImHexApi::Fonts::impl::getFonts().clear();
|
||||
|
||||
ContentRegistry::Settings::impl::getSettings().clear();
|
||||
@@ -149,8 +149,6 @@ namespace hex::init {
|
||||
|
||||
fs::setFileBrowserErrorCallback(nullptr);
|
||||
|
||||
IM_DELETE(ImHexApi::System::getFontAtlas());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user