Has Mark changed the Setfont command has it now causes my programs to crash if called a number of times without using Freefont command to free memory. This problem did not occur in 1.11
Setfont
BlitzPlus Forums/BlitzPlus Programming/Setfont I was having a similar problem. Thought it was something to do with a code fragment:
SetBuffer DesktopBuffer()
SetFont fnt
was unable to write a standalone pice of code that replicated it? But try putting the SetBuffer command inside the loop...
SetBuffer DesktopBuffer()
SetFont fnt
was unable to write a standalone pice of code that replicated it? But try putting the SetBuffer command inside the loop...