Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FontImporterTool
Last updated at 8:46 am UTC on 5 April 2019
The FontImporterTool was introduced in March 2015. It is available in the Apps menu, entry 'Font Importer'.

 Model subclass: #FontImporterTool
	instanceVariableNames: 'title allFonts emphasis currentSelection currentParent warningSeen'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-Support'

A tool to import platform (native) fonts into the image.

Location of fonts

The FontImporterTool uses

 TTFileDescription fontPathsDo:

to find out about locations of TrueType fonts.

Imported font sizes

The FontImporterTool uses TTCFont pointSizes