06-Mar-2024
When opening DWG files created in AutoCAD, you may notice that some text does not display correctly because the required SHX font files are missing. Fortunately, ProgeCAD fully supports AutoCAD SHX fonts, allowing you to use the same fonts and maintain drawing compatibility without modifying the original files.
This guide explains how to configure AutoCAD fonts in ProgeCAD, set font search paths, and use font mapping to avoid missing font warnings.
Yes. ProgeCAD is compatible with AutoCAD SHX font files. If AutoCAD is already installed on your computer, ProgeCAD can automatically detect the font folder during installation. If not, you can manually add the font directory.
Typical font locations may include:
Font mapping allows ProgeCAD to replace unavailable fonts with alternative fonts. This feature is controlled by the ICAD.FMP file, which contains font substitution rules.
For example:
romanc.shx;IC-romans.shx
This tells ProgeCAD to use IC-romans.shx whenever romanc.shx is unavailable.
If you have the original AutoCAD SHX fonts installed, you may not want ProgeCAD to substitute them.
Open the ICAD.FMP file with a text editor and remove or comment out the relevant mapping.
Example:
simplex;IC-simplex.shx
Change it to:
;simplex;IC-simplex.shx
Save the file and restart ProgeCAD. The software will now use the original simplex.shx font instead of the replacement.
If text is still displayed incorrectly after adding the font path:
ProgeCAD provides excellent compatibility with AutoCAD SHX fonts, making it easy to work with existing DWG drawings. By adding the correct font paths and configuring font mapping when necessary, you can ensure that drawings display exactly as intended and avoid missing font issues during collaboration.