我正在尝试导入这样的字体文件:
OSError: unable to read font file '/home/user/pygame/lib/freesansbold.ttf'
然后我收到了这个错误:
// Create a connection. The first command line parameter is
// the directory containing the .csv files.
// A single connection is thread-safe for use by several threads.
Connection conn = DriverManager.getConnection("jdbc:relique:csv:" + directoryName);
这里出了什么问题?
答案 0 :(得分:1)
我认为通常很好的做法是直接在项目中创建一个目录,可能称为“字体”,然后直接从该目录加载字体。
如果经常在操作系统之间切换,或者通常有助于提升在操作系统之间切换的能力,这一点特别有用。
答案 1 :(得分:0)
继pdf可能过时之后,我遇到了同样的问题。
尝试一下
pygame.font.SysFont(freesansbold.ttf', 18)