Wei Chen

Results 3 issues of 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: ![simulator_screenshot_AF3734BF-C4E4-40A2-9480-BA9945F19148](https://github.com/maplibre/maplibre-native/assets/5135389/ef1fd399-736c-4338-a3ff-09709b3b3c55). ![simulator_screenshot_9C42D2B4-E900-4A7B-9543-1FE47456BC3D](https://github.com/maplibre/maplibre-native/assets/5135389/5ab5ae55-43dc-4e2e-be48-f63519f36b17) 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...

enhancement