diff --git a/Lib/fontTools/varLib/avarPlanner.py b/Lib/fontTools/varLib/avarPlanner.py index 64e453b1b..50f686e80 100644 --- a/Lib/fontTools/varLib/avarPlanner.py +++ b/Lib/fontTools/varLib/avarPlanner.py @@ -33,6 +33,9 @@ WEIGHTS = [ SAMPLES = 8 +__all__ = ["planWeightAxis", "addEmptyAvar", "getGlyphsetBlackness", "main"] + + def getGlyphsetBlackness(glyphset, frequencies=None): wght_sum = wdth_sum = 0 for glyph_name in glyphset: