This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#FLM: Select Auto Layers | |
#----------------------------------------------------------- | |
# (C) Vassil Kateliev, 2022 (http://www.kateliev.com) | |
#------------------------------------------------------------ | |
# No warranties. By using this you agree | |
# that you use it at your own risk! | |
# - Dependencies ----------------- | |
from __future__ import absolute_import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#FLM: Reset Components | |
#Note: Resets component whitout affecting its combinations | |
#----------------------------------------------------------- | |
# (C) Vassil Kateliev, 2022 (http://www.kateliev.com) | |
#------------------------------------------------------------ | |
# No warranties. By using this you agree | |
# that you use it at your own risk! | |
# - Dependencies ----------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#FLM: Remove Layers by Name | |
#--------------------------------------------------------------- | |
# Removes layers which names contain a given string | |
#--------------------------------------------------------------- | |
# (C) Vassil Kateliev, 2022 (http://www.kateliev.com) | |
# - Dependancies | |
import fontlab as fl6 | |
import fontgate as fgt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#FLM: List Hybrid Component glyphs | |
#--------------------------------------------------------------- | |
# Removes layers which names contain a given string | |
#--------------------------------------------------------------- | |
# (C) Vassil Kateliev, 2022 (http://www.kateliev.com) | |
# - Dependancies | |
import fontlab as fl6 | |
import fontgate as fgt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SCRIPT: Replace a file in multiple paths | |
# NOTE: A very usefull too to force compatibility in UFO files by copying over the same layer design! | |
# VER: 1.1 | |
# ----------------------------------------------------------- | |
# (C) Vassil Kateliev, 2022 (http://www.kateliev.com) | |
#------------------------------------------------------------ | |
# No warranties. By using this you agree | |
# that you use it at your own risk! | |
# - Take parameters from CLI |