Code Monkey home page Code Monkey logo

Comments (12)

bjrnt avatar bjrnt commented on July 29, 2024 6

Thank you!
I did a quick rename as follows:

for f in *; do mv "$f" "${f// /}"; done # remove spaces
for f in *; do mv "$f" "${f//no/no-}"; done # add dash after Mono
for f in *; do mv "$f" "${f//Regular/}"; done # remove Regular

After that the build succeeded.

Thank you for the awesome tool - enjoying the ligatures a lot! :)

from operator-mono-lig.

kiliman avatar kiliman commented on July 29, 2024 1

Hmm.. the filenames for the fonts are different than what I have and the script is expecting. There should be no spaces in the filename.

I'll need to update the script to handle both, but in the meantime, remove the spaces and also get rid of the word Regular. That should fix the problem.

Thanks!

image

from operator-mono-lig.

noahpin avatar noahpin commented on July 29, 2024 1

It worked, the otf files are in the build folder. Thanks!

from operator-mono-lig.

zed-dz avatar zed-dz commented on July 29, 2024

i had this issue all day this is so overwhelming :(

from operator-mono-lig.

kiliman avatar kiliman commented on July 29, 2024

@Zed-M can you send me the output? Also what is in the ./original folder?

from operator-mono-lig.

noahpin avatar noahpin commented on July 29, 2024

I have an issue similar to this.
image
This is what outputs for every font it tries.
image
here is my ./original folder.

from operator-mono-lig.

kiliman avatar kiliman commented on July 29, 2024

@FakeDazon apparently the script is not running the ttx command on the original font files. What happens when you type ttx on the command line?

ttx is used to convert .otf files to .ttx (XML) so the tool can add the ligatures. Then it uses the command to convert it back to an .otf file. So if ttx is not in the path, the tool will not be able to do anything.

from operator-mono-lig.

noahpin avatar noahpin commented on July 29, 2024

image
this happens

from operator-mono-lig.

kiliman avatar kiliman commented on July 29, 2024

Did you make sure you installed fonttools? It's one of the prerequisites.

You need to install Python, then install fonttools using pip/pip3. See the README.

from operator-mono-lig.

noahpin avatar noahpin commented on July 29, 2024

i installed both i believe

from operator-mono-lig.

noahpin avatar noahpin commented on July 29, 2024

image
yeah here i installed it. i attempted building it right after, and it didnt work

from operator-mono-lig.

kiliman avatar kiliman commented on July 29, 2024

If you look at the WARNING, you'll see that the fonttools folder is not in the PATH.

image

Make sure you add that folder to the PATH. Then close and reopen the command prompt.

from operator-mono-lig.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.