How do I get my NCD terminal to recognize Mathematica fonts?
 NCD terminals cannot use fonts stored in the .bdf format, which is the default format for Mathematica's fonts. You will need to use PCF fonts instead. See the following page for more information on getting the PCF version of the Mathematica fonts. http://support.wolfram.com/archive/mathematica/pcf.html You will need to edit the script to search the correct directories for the fonts. If you do not want to edit the script, you can enter the xset commands manually. xset +fp <yourpath>/PCF xset fp rehash Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|