mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Make scalable font the default
This commit is contained in:
@@ -19,7 +19,7 @@ namespace hex::fonts {
|
||||
|
||||
private:
|
||||
std::string m_selectedFontName;
|
||||
bool m_pixelPerfectFont = true;
|
||||
bool m_pixelPerfectFont = false;
|
||||
};
|
||||
|
||||
class SliderPoints : public ContentRegistry::Settings::Widgets::SliderFloat {
|
||||
|
||||
Reference in New Issue
Block a user