You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mrxuanz
changed the title
您好, 在 style-spec/glyphs.md 文档中,关于自定义字体生成后对中文不生效的描述可能存在不准确的地方。实际上,只要配置正确,中文是可以正常显示的。
您好, 在 style-spec/glyphs.md 文档中,关于自定义字体生成后对中文不生效的描述可能存在不准确的地方。实际上,只要配置正确,中文是可以正常生效的。
Aug 2, 2024
问题描述
文档中提到自定义字体可能无法生效,我最近正在学习Mapbox GL JS中发现只要配置正确,中文字符是可以正常显示的。
问题产生原因
Mapbox GL JS 默认使用本地字体渲染表意文字。如果没有提供
localFontFamily
和localIdeographFontFamily
的对应配置,则不使用默认字体。下附一张对应逻辑的源码解决方法
将
localFontFamily
和localIdeographFontFamily
配置设置为undefined我从这个项目中收获颇丰,非常感谢您无私分享并开源这个项目。如果可以,我希望能为这个项目贡献一份力。
The text was updated successfully, but these errors were encountered: