Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
StrikeFont
Last updated at 9:51 am UTC on 12 September 2016
The class StrikeFont implements a bitmap font. All characters of the font are stored in an instance variable xTable in an instance of the class Form.


Available fonts with sizes

The Help menu in Squeak 5.1 has a Font Size Summary entry. It shows both StrikeFont and TrueType fonts.


Access to a StrikeFont


 StrikeFont familyName: 'Atlanta' size: 22


Character inventory

How to display a character map of a bitmap font