The tool OS-Fonts from Andreas Raab produces a HostFont. Writing these out as
StrikeFont and getting them back in as StrikeFonts, will hang Scamper. System
freezes and can only be stopped during a long calculation of whatsoever with
alt..
Workaround: set ascent from 16 to 15, looking at the glyphs from FixedSys
shows that ascent actually is only 15?? ( see $^ )
------
Difference of inst vars has apparently nothing to do with the bug
pointSize 16 perhaps set manually by me
FixedSys
old ( directly after reading into 3.2-gamma4743 ) new ( after change in 3.2-final)
Class HostFont StrikeFont
type nil 2
strikeLength 2560 nil
pointSize 10 16
name #FixedSys 'FixedSys16'
System
old ( directly after reading into 3.2-gamma4743 ) new ( after change in in 3.2-final)
Class HostFont StrikeFont
type nil 2
strikeLength 2212 nil
pointSize 10 16
name #System 'System16'