Python,如何使用Pygame呈现文本表情符号?

时间:2017-10-10 03:52:00

标签: python text pygame render emoji

如何使用pygame(font.render(),font.freetype / font.font)在python 3.6中的字符串中呈现表情符号?如果不再可能,我需要在Pillow Draw.text()中使用渲染代码。我会很感激。 放弃这个:(填写这个没什么的问题因为看起来像我的帖子主要是代码,所以我添加了一些不用来启用帖子)

let config = Realm.Configuration(
     schemaVersion: 1,
        migrationBlock: { migration, oldSchemaVersion in
        if (oldSchemaVersion < 1) {
            // Nothing to do!
            // Realm will automatically detect new properties and removed properties
            // And will update the schema on disk automatically
        }
})
Realm.Configuration.defaultConfiguration = config
let realm = try! Realm()

1 个答案:

答案 0 :(得分:0)

我在这里看到两个可能的问题。

首先,如果没有任何内容显示或应​​用似乎停滞不前,那么Pygame找不到SysFont。这是在Mac上发生的,因为系统字体没有segoe-ui-symbol.ttf。因此,我下载了version from the internet并从中创建了正常freetype.Font

工作正常。

第二个问题可能是字体本身没有这些字符。有时,操作系统会替换字体无法使用不同字体呈现的字符。