-
-
Notifications
You must be signed in to change notification settings - Fork 0
Font Manager
Lasha Kandelaki edited this page May 7, 2026
·
4 revisions
Custom font system — import
.ttf/.otf, use system fonts, project-wide cascade.
| Scope | Effect |
|---|---|
| This widget | Only the selected widget |
| All [Type] | Every widget of the same type |
| Whole project | Every form, every widget |
Drop a .ttf or .otf into the dialog (or pick from disk). It's copied into assets/fonts/ and registered for the project.
Pick any installed system font from the dropdown. Live multi-size preview included.
Imported fonts are auto-registered via tkextrafont so the exported app loads them without extra setup.
See also — Properties Panel · Assets Panel · Exporting Code