mozman / ezdxf

Python interface to DXF
https://ezdxf.mozman.at
MIT License
937 stars 191 forks source link

Added additional dir for fonts on mac #1004

Closed ru4ert closed 11 months ago

ru4ert commented 11 months ago

do i need to update a version?

mozman commented 11 months ago

Thank you!

I don't understand your question.

When you add a new search directory, you have to rebuild the font-cache: ezdxf --fonts This is also required when you install the next version of ezdxf which includes this change.

EDIT: I increased the fontmanger-cache version number, so the cache will be rebuilt automatically

ru4ert commented 11 months ago

@mozman No, you misunderstand me ^^

I don't found contribution guidelines. In many projects you have to make a version tag, in java you have to update the pom.xml, in JS/TS you update the package.json.

Every project has a different deployment pipeline or so and i didn't know if there is smth similar in python for this project. ^^

mozman commented 11 months ago

I do it all myself, no need to worry.