This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[core][linux] local glyph rasterizer implementation #15491
Labels
Core
The cross-platform C++ core, aka mbgl
feature
GL JS parity
For feature parity with Mapbox GL JS
Linux
localization
Human language support and internationalization
Node.js
node-mapbox-gl-native
performance
Speed, stability, CPU usage, memory usage, or power usage
rendering
text rendering
Most of the major platforms are gaining well tested local glyph SDF generation. But there is not a linux implementation. I gather this is because linux will use https://github.com/mapbox/mapbox-gl-native/blob/master/platform/default/src/mbgl/text/local_glyph_rasterizer.cpp, which is an empty implementation.
This ticket stands as a request to provide an implementation for linux.
/cc @chloekraw
The text was updated successfully, but these errors were encountered: