diff --git a/Lib/fontTools/fontBuilder.py b/Lib/fontTools/fontBuilder.py index 1d92cdc96..60f286d70 100644 --- a/Lib/fontTools/fontBuilder.py +++ b/Lib/fontTools/fontBuilder.py @@ -4,6 +4,8 @@ from __future__ import unicode_literals __all__ = ["FontBuilder"] """ +This module is *experimental*, meaning it still may evolve and change. + The `FontBuilder` class is a convenient helper to construct working TTF or OTF fonts from scratch.