Giter Club home page Giter Club logo

Comments (4)

mishamyrt avatar mishamyrt commented on June 2, 2024 1

The way FontFreeze deactivates a feature is by removing all lookups inside it, and it activates a feature by moving all lookups in it into calt, which is usually activated by default in most environments

Same here.

from lilex.

mishamyrt avatar mishamyrt commented on June 2, 2024

Thank you for your request. Such a builder will be added in version 2.100

from lilex.

Finii avatar Finii commented on June 2, 2024

@walski Well, there is the opentype feature freezer. You can specify which alternative glyphs you want and it recreates a new font for you that can be used with applications that do not support open type features.

For example if you like a slashed zero in Lilex, instead of the default dotted one.
The feature is called 'SS03' (see main page of this repo).
You can specify multiple features as comma separated list (no blanks).

$ pip3 install --user --upgrade opentype-feature-freezer
$ pyftfeatfreeze -f 'ss03' ~/Downloads/lilex/Lilex-2.000/ttf/Lilex-Regular.ttf Lilex-Regular-SS03.ttf
$ fontforge ~/Downloads/lilex/Lilex-2.000/ttf/Lilex-Regular.ttf Lilex-Regular-SS03.ttf

image

from lilex.

Finii avatar Finii commented on June 2, 2024

Oh, learned something new today, there is an online freezer available now, no install needed on your side.
Just open the web page, upload the font and try it out https://mutsuntsai.github.io/fontfreeze/

Repo: https://github.com/mutsuntsai/fontfreeze

from lilex.

Related Issues (17)

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.