Releases: marmayogi/TTF2PostscriptCID-Win
Releases · marmayogi/TTF2PostscriptCID-Win
Release v3.0
In this release, the binary ttf2postscriptcid.exe has been added in the repository. This avoids the need to build the binary using Visual Studio.
Execute the following curl
command to download source code release in zip
form:
- curl -o TTF2PostscriptCID-Win-3.0.zip -L https://github.com/marmayogi/TTF2PostscriptCID-Win/archive/refs/tags/v3.0.zip
Or execute the following wget
command to download source code release in zip
form:
- wget -O TTF2PostscriptCID-Win-3.0.zip https://github.com/marmayogi/TTF2PostscriptCID-Win/archive/refs/tags/v3.0.zip
Release v2.0
In this release the generated postscript file will not only contains CID but also Unicode point along with Glyphs.
Release v1.0
This release consists of the following files:
- Main.cpp
- ttf.h
- Visual Studio project related file(s)
- README.md
Open up DOS command line and then download tar with one the following commands:
curl -O -L -J --ssl-no-revoke https://github.com/marmayogi/TTF2PostscriptCID-Win/releases/v1.0/TTF2PostscriptCID-Win-1.0.zip