Get ImGui font by font category

This commit is contained in:
Dan Paulat 2023-10-05 21:18:58 -05:00
parent e4ab1e8c19
commit acc782b2bc
4 changed files with 60 additions and 10 deletions

View file

@ -707,7 +707,7 @@ void PlacefileManager::Impl::LoadFontResources(
styles.push_back("italic");
}
FontManager::Instance().GetImGuiFont(font.second->face_, styles, size);
FontManager::Instance().LoadImGuiFont(font.second->face_, styles, size);
}
}