14 lines
21 KiB
Plaintext
14 lines
21 KiB
Plaintext
en·vÅos READAPPLEFONT
|
||
2
|
||
|
||
4
|
||
|
||
1
|
||
|
||
READAPPLEFONT
|
||
1
|
||
|
||
4
|
||
|
||
By: Christopher Lane (Lane@Sumex-Aim.Stanford.Edu)
|
||
Uses: READDISPLAYFONT
|
||
READAPPLEFONT defines a new display font type which allows Envos Lisp to use (commercially available) MacintoshÔ display fonts. Although this module is primarily intended for extracting font width information for conversion programs (eg. MacPaintÔ to Sketch and vice versa) it can also be used to extend the number of display fonts available within the Envos Lisp environment.
|
||
There are no user functions in the module. In addition to this module, you need a directory of extracted MacintoshÔ font files (as described below) and you must add the name of that directory to the system DISPLAYFONTDIRECTORIES list. The following function is added under the type APPLE to the list DISPLAYFONTTYPES (defined by the READDISPLAYFONT module).
|
||
(READAPPLEFONT STREAM FAMILY SIZE FACE) [Function]
|
||
The module also adds the extension APPLE to the system list DISPLAYFONTEXTENSIONS.
|
||
FONT FILES
|
||
This module only uses the FontRec portion of the font files (see Inside MacintoshÔ). The font resources must be extracted into individual files with appropriate names, eg. SANFRANCISCO18-MRR-C0.APPLE. One method of doing this is to use the Font/DA MoverÔ utility:
|
||
|