diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-21 19:31:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 19:31:25 +0100 |
| commit | 9f91470ac779dd13e9bbb2b3357c6d3a89c08ae5 (patch) | |
| tree | dc30e2ad96a4cbe37bae46c56be022bda23f27b7 /lib/lettering/__init__.py | |
| parent | de7d86e526faa64e79e7c5fb5a0606fbd4c3e42f (diff) | |
Add batch lettering extension (#3589)
Diffstat (limited to 'lib/lettering/__init__.py')
| -rw-r--r-- | lib/lettering/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lettering/__init__.py b/lib/lettering/__init__.py index 60d47581..679ce23a 100644 --- a/lib/lettering/__init__.py +++ b/lib/lettering/__init__.py @@ -4,5 +4,4 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .font import Font, FontError -from .utils import get_font_list -from .utils import get_font_by_id +from .utils import get_font_by_id, get_font_by_name, get_font_list |
