【已解决】Pygame无法显示中文

简介: 【已解决】Pygame无法显示中文

报错截图及效果图

报错图

效果图

解决方案

添加这行代码即可

font = pygame.font.SysFont('simHei',20)

其他问题

如果是无法显示英文,添加这行代码即可

font = pygame.font.SysFont("Arial", 20)
相关文章
|
5月前
|
开发者 Python
Pygame
【6月更文挑战第10天】Pygame
60 4
|
5月前
|
Python
Pygame-贪吃蛇
Pygame-贪吃蛇
30 2
|
5月前
|
Python
Pygame入门 2022 (2)
Pygame入门 2022 (2)
Pygame入门 2022 (2)
|
5月前
|
Python
Pygame基础8-碰撞
Pygame基础8-碰撞
|
5月前
|
数据可视化 Python
Pygame基础10-物理模拟
Pygame基础10-物理模拟
|
5月前
|
Python
Pygame入门 2022 (3)
Pygame入门 2022 (3)
|
5月前
|
开发工具 图形学 Python
Pygame入门 2022 (1)
Pygame入门 2022 (1)
|
缓存 Ubuntu Python
解决matplotlib中文显示问题
解决matplotlib中文显示问题
|
Python
pygame
pygame
140 0
|
缓存 Linux 开发工具
[oeasy]python0074_修改字体背景颜色_background_color_背景色
[oeasy]python0074_修改字体背景颜色_background_color_背景色
111 0
[oeasy]python0074_修改字体背景颜色_background_color_背景色