Skip to content

Commit

Permalink
Add remap layout operation
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 12, 2024
1 parent 3ce3b5f commit 408ed58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lib/gftools/builder/operations/remapLayout.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from gftools.builder.operations import OperationBase


class RemapLayout(OperationBase):
description = "Run gftools-remap-layout to change a font's layout rules"
rule = "gftools-remap-layout -o $out $in $args"

0 comments on commit 408ed58

Please sign in to comment.