You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like that BearLibTerminal preserves the virtual terminal row/column dimensions and just scales the screen bilinearly when I press alt+enter. I would like it to be able to do the same thing in windowed mode when the user resizes the window.
I guess the workaround might be to use a bitmap font, but it's odd that the windowed and fullscreen behaviors with regular text rendering are fundamentally different.
The text was updated successfully, but these errors were encountered:
Oh, apparently another workaround is to resize the text font in windowed mode via alt-plus/alt-minus key combinations. I guess this is good enough - I would just need to capture it in documentation.
This is sort of an inverse of #5.
I like that BearLibTerminal preserves the virtual terminal row/column dimensions and just scales the screen bilinearly when I press alt+enter. I would like it to be able to do the same thing in windowed mode when the user resizes the window.
I guess the workaround might be to use a bitmap font, but it's odd that the windowed and fullscreen behaviors with regular text rendering are fundamentally different.
The text was updated successfully, but these errors were encountered: