Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Tkinter 中加载 TrueType 字体文件而不将其安装在字体目录和正在运行的脚本旁边,例如在 Windows/Linux 中?
我正在尝试创建一个不需要单独安装并且已经包含在我的主包中的字体的脚本。
您不能使用 tkinter 动态加载字体。