我在我的Android应用程序中使用FreeType作为我自己编译的静态库.我想让我的应用程序更小,所以我正在寻找使用FreeType系统版本的可能性.有可能吗?它是一个稳定的API吗?
最佳答案
根据this article,这是不可能的,并要求您交叉编译库.
原文链接:https://www.f2er.com/android/430610.htmlIf you need FreeType (a library to render fonts),you’ll need to cross-compile it. Note: The Android system uses FreeType but internally it doesn’t expose it to native apps.