Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access slashed zero as OpenType feature #24

Open
vladatanasiu opened this issue Nov 11, 2021 · 0 comments
Open

Access slashed zero as OpenType feature #24

vladatanasiu opened this issue Nov 11, 2021 · 0 comments

Comments

@vladatanasiu
Copy link

It would be useful if the slashed zero would be accessible as an OpenType feature. In case a contributor would like to take up this task, here is a suggestion for how to do it in FontLab.

  1. FontLab > Window > Panels > Features
  2. Features > + > type "zero"
  3. Add the following in the code box:
feature zero {
# GSUB feature: Slashed Zero
# Lookups: 1

  sub zero by slashedzero;

  script latn; # Latin

  script cyrl; # Cyrillic

} zero;
  1. File > Export Fonts As... > OpenType PS (OTF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant