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/mathematica/systems/unix/interface/pcf.html
You will need to edit the mathematica script to search the correct directories for the fonts. If you do not want to edit the mathematica script, you can enter the xset commands manually.
xset +fp <yourpath>/PCF
xset fp rehash
Questions or comments? Send email to support@wolfram.com.
|