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.
我听说过我在这里读到的 SDL_TFF,但我不明白我应该如何连接 TrueType2 库。
也许那里有更好的东西?
我遇到了这个关于在 SDL 扩展中链接新 SDL 的优秀指南,您可能会发现它很有用。
也就是说,当我遇到您的问题时,我最终选择了FTGL,因为SDL-ttf 生成 SDL-Surface 并在其上呈现字体的方式在我的情况下过于复杂。不过,您的情况可能并非如此