Wei Chen
Wei Chen
refactor for #1289 This is a demo of how to use harfbuzz to render complex text. Example style: https://alanchenboy.github.io/harfbuzzResource/hindi.json. Screenshots: .  https://github.com/maplibre/maplibre-native/assets/5135389/f8f294ec-1d20-4106-b745-51d5f4a1af1d. https://github.com/maplibre/maplibre-native/assets/5135389/7e3857e9-74c4-405e-b12c-e5722cf76919.
Remove the throw in `Map::renderStill` to make sure the snapshot could success whit resource error. Fixes #564
# Design Proposal: Flexible font define in style ## Motivation MapLibre inherits the font pbf design from Mapbox, this is a limit to rendering complex text. We must let the...