Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about Window Width in IDE menu
#1
I had a reader email me with a question regarding the new IDE lesson I just posted.

In the Options menu of the IDE and then inside Display is the Window width: input field based on characters per line in relation to mono-spaced or proportional fonts?

I'm pretty sure there is no difference, characters per line is characters per line regardless, but I want to clarify so that I have the correct information.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply
#2
ok i just checked when i toggle x off for monospace, my window shrinks down from 18 pixel lucon to 8x16 and width 116 is same BUT of that 116 my highest column is 111 i believe the other 5 chars are for borders and scroll bars...
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply
#3
Doesn't matter if you toggle off X for monospace with the IDE -- the IDE is 100% written in SCREEN 0, and SCREEN 0 **ONLY** works with monospace.  If you load a font to use in the IDE, it's going to be monospaced.

Now, with that stated, let me also state that it doesn't matter if the font you use is true monospace, proportional, or even variable-width.  The IDE is going to basically run a small script which looks for the widest character in your font, and then it's going to add padding to all the other characters so they become that set width.  

The IDE will **FORCE** that monospace setting, on any non-monospace font.   And whoooo boy, does it end up looking stupid weird!!   Try one of the script fonts sometime, where capital characters are oversized and have wide flourishes attached to them....
Reply
#4
Thanks for the replies. I'll relay the info.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  a question about OpenGL in QB64pe: TempodiBasic 11 1,824 11-22-2025, 05:47 PM
Last Post: TempodiBasic
  Question about load pictures Jim_001 4 525 10-22-2025, 06:19 AM
Last Post: Unseen Machine
  Test to post a new Thread + question 32 or 64 bit Rudy M 2 541 09-09-2025, 04:10 PM
Last Post: Rudy M
  IDE suggestions / editor questions madscijr 14 2,358 05-01-2025, 12:56 PM
Last Post: madscijr
  Quick Question (I hope) bplus 3 720 02-26-2025, 01:14 AM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: