MMBasic for Windows - betas


Author Message
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 429
Posted: 11:10pm 27 Feb 2022      

  matherp said  The font issue was a bug - your test now works perfectly on my development version - will post tomorrow.

bug is in this part

for i=1 to nbfonts  'if nbfonts > 7 then it bug
 font i,1
 vsize(i,1)=MM.info(fontwidth)  'dim vsize(16,3) as integer
 vsize(i,2)=MM.info(fontheight)
next i


  matherp said  
The cursor issue is something to do with your set-up. I can't replicate on either a 4K monitor or a single 1080p monitor. Do you have an issue if you use mode 15?

mode -16 is the best for me. I don't want to use "mode 16", but my pb is that option default mode -16 don't work  (in v03a12 it work without pb)



Edited 2022-02-28 09:11 by goc30