mirror of https://github.com/WerWolv/ImHex.git
fix: Cut font texture width in half
This commit is contained in:
parent
9e5e3e94a3
commit
d36e299c35
|
@ -227,7 +227,7 @@ namespace hex::init {
|
|||
cfg.SizePixels = fontSize;
|
||||
|
||||
fonts->Flags |= ImFontAtlasFlags_NoPowerOfTwoHeight;
|
||||
fonts->TexDesiredWidth = 8096;
|
||||
fonts->TexDesiredWidth = 4096;
|
||||
|
||||
// Configure font glyph ranges that should be loaded from the default font and unifont
|
||||
static ImVector<ImWchar> ranges;
|
||||
|
|
Loading…
Reference in New Issue