Syntax12b.Scn.Fnt ZParcElemsAlloc;Syntax8.Scn.FntSyntax10.Scn.FntBSyntax10i.Scn.FntA4^hFontRes A tool to create Windows FON resources from Oberon raster fonts Syntax: FontRes.Convert { OberonFontFile => [Path]WindowsFontFile } ~ Example: FontRes.Convert Syntax10.Scn.Fnt => SYNTA10.FON ~ Naming Convention: The name of a FON file consists of four parts: NNNNNSSF.FON where NNNNN first five letters of font family name (e.g. Synta for Syntax, Math for Math) SS maximum two digits for font size F optional character for face style (b = bold, i = italics, m = medium) .FON standard name extension This naming convention is hard-coded into module Fonts. It allows module Fonts to search for Windows font resources corresponding to an Oberon font. The FON-files should ideally be located in the directory $Fonts (i.e. in the subdirectory Fonts relative to the startup directory), but they will also be found if they are located in one of the search directories (see Directories in section System of Oberon.Ini).