Picomite/PicoMiteVGA V5.07.05 release candidates


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 8034
Posted: 01:54pm 25 Sep 2022      

  Quote  There is no way to get the width of a font without first issuing a FONT command is there ? - don't add one if there isn't, I'd only ask for it on evey MMBasic flavour.


width of font n
? peek(byte mm.info(font address n))

height of font n
? peek(byte mm.info(font address n)+1)