Skip to content

Font Manager

Lasha Kandelaki edited this page May 7, 2026 · 4 revisions

Font Manager

Custom font system — import .ttf/.otf, use system fonts, project-wide cascade.

Cascade scope

Scope Effect
This widget Only the selected widget
All [Type] Every widget of the same type
Whole project Every form, every widget

Import a font

Drop a .ttf or .otf into the dialog (or pick from disk). It's copied into assets/fonts/ and registered for the project.

System fonts

Pick any installed system font from the dropdown. Live multi-size preview included.

Export

Imported fonts are auto-registered via tkextrafont so the exported app loads them without extra setup.


See alsoProperties Panel · Assets Panel · Exporting Code

Clone this wiki locally