featureVars: mark module as experimental/subject-to-change

This commit is contained in:
Cosimo Lupo 2018-06-14 15:25:09 +01:00
parent e35151a051
commit 6e9a24b45b
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1,3 +1,8 @@
"""Module to build FeatureVariation tables:
https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2#featurevariations-table
NOTE: The API is experimental and subject to change.
"""
from __future__ import print_function, absolute_import, division
from fontTools.ttLib import newTable
@ -26,7 +31,7 @@ def addFeatureVariations(font, conditionalSubstitutions):
"""
# Example:
#
#
# >>> f = TTFont(srcPath)
# >>> condSubst = [
# ... # A list of (Region, Substitution) tuples.