mac系统下 pygame.font.get_fonts()返回空列表?
环境:
macOS Sierra 10.12.2
python 3.6.0
pygame 1.9.3
命令行:
Python 3.6.0 (default, Mar 9 2017, 09:44:31)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> pygame.ver
'1.9.3'
>>> pygame.font.get_fonts()
[None]
pygame.font.get_fonts()返回空列表?如何解决?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ls /Library/Fonts/
看看字体库里是不是有字体
需要提供字体所在路径,最好把字体复制的目录下。