Actions
Bug #677
closedAmiga font spacing problem
Start date:
02/25/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
If you use a font, then a larger one and go back to the smaller one, the spacing for characters doesn't reduce to match the smaller font.
#manifest: "amiga"
//#manifest: "aoz"
#splashScreen:False
#amigaFont: "arial"
cls 0
ink 2 // use for Amiga
//ink 1 // Use for AOZ
set font "arial",15
text 10,80,"Testing the font spacing"
set font "arial",25
text 10,105,"Testing the font spacing"
set font "arial",40
text 10,140,"Testing the font spacing"
set font "arial",25
text 10,170,"Testing the font spacing"
set font "arial",15
text 10,190,"Testing the font spacing"
wait key
end
This happens in both Amiga and AOZ mode.
See attached pics.
Files
Actions