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

Add a new --license-allows-edit parameter to open protected font files #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 16, 2022

  1. Add a new --license-allows-edit parameter to open protected font files

    `fontforge.open(…)` fails if the font file is protected against edits,
    and `fstypepermitted` is not passed explicitly.
    
    This new parameter is optional and opt-in (_ie._ defaults to `False`)
    for backward compatibility/consistency, and to optain explicit
    acknowledgment from users that they have a valid license to edit the
    font.
    0xcharly committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    02a7bba View commit details
    Browse the repository at this point in the history