Project

General

Profile

Bug #677

Amiga font spacing problem

Added by Paul Kitching about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

FontProblem.PNG (6.13 KB) FontProblem.PNG Amiga Mode Paul Kitching, 02/25/2021 03:18 PM
FontProblemAOZ.PNG (4.85 KB) FontProblemAOZ.PNG AOZ Mode Paul Kitching, 02/25/2021 03:22 PM
FontProblemSizes.PNG (2.34 KB) FontProblemSizes.PNG Mixed Sizes Paul Kitching, 02/25/2021 05:41 PM

Also available in: Atom PDF