feat: Add support for bold and italic fonts

This commit is contained in:
WerWolv
2023-11-29 23:47:37 +01:00
parent 5e32b693f3
commit 09904b77eb
6 changed files with 124 additions and 90 deletions

View File

@@ -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;
}