From 723afd626d0a2a6f55b60bb5ebde64a367c1aa63 Mon Sep 17 00:00:00 2001 From: justvanrossum Date: Thu, 1 Nov 2018 12:32:17 +0100 Subject: [PATCH] mark module as experimental --- Lib/fontTools/fontBuilder.py | 2 ++ 1 file changed, 2 insertions(+) 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.