系统自定义字体实现方式引发的问题。
作者: toxop-element创建于 2022年11月10日更新于 2023年9月22日
When implementing FontFamily using Compose, we can directly use FontFamily(Font(R.font.xxx)) which is very convenient. However, we set keepRoot = false in our plugin to obfuscate the path, and we found that there was a problem. After investigation, we found that
内容来源: shwenzhang/AndResGuard