📄 readme
字号:
This directory contains a rasterizer for "Type 1" (PostScript) formatoutline fonts. It was donated by IBM for the R5 contrib tape and hasbeen maintained since then by the MIT X Consortium. This version iscompatible with X11R5 public patch 13.To be used, this rasterizer must be bound into the X server and the fontserver. It is most convenient to do this if this directory is movedinto the 'mit' directory tree (i.e., mit/font/lib/font/Type1, a peer ofthe 'Speedo' directory). Of course, mit/font/lib/font/Imakefile must bemade aware of its new subdirectory and the objects in it. In any case,you must ensure that the library mit/font/lib/font/libfont.a containsthis code. In addition, the rasterizer must be "registered" with X. The source inmit/fonts/lib/font/fontfile/renderers.c, specifically the routineFontFileRegisterFontFileFunctions(), must be modified to add the line: Type1RegisterFontFileFunctions(); after the call to "SpeedoRegisterFontFileFunctions". Some Type 1 fonts have been donated; see, for example, the directorycontrib/fonts/scaled/Type1. In order to use them, they must be in thefont path, either by combining them in some existing font objectdirectory, or adding a new font directory to the path.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -