Closed kishok closed 1 year ago
SCRIPTC Copyright 1996 by Autodesk, Inc.
. Therefore I removed the link to this website from your post - I don't want any troubles with Autodesk!fonts
module.import ezdxf
from ezdxf.tools import fonts
fonts.build_system_font_cache()
or call the ezdxf launcher:
C:\> ezdxf -f
Description:
I tried to load shx files used in AutoCAD downloaded from a free shx fonts website placed in my working directory (shx-fonts), as per doc i configured in ezdxf.ini config file in current working directory but it didn't load the shape font files for converting dxf file to svg it throws error and stuck in the terminal
findfont: Font family 'ScriptC' not found. findfont: Font family 'romand' not found. findfont: Font family 'romanc' not found.
Expected Behaviour:
It should load shx-fonts dir on edzdxf initialize and render the dxf file.