-
### Description
Compiling a pdf with non-latin (in this case specifically devanagari) text in it can sometimes result is strange text encoding. This results in text that is not properly selectable. T…
-
|svg|ink|resvg|rsvg|
|-|-|-|-|
|![svg](https://upload.wikimedia.org/wikipedia/commons/b/b9/Fonttest-Kerning.svg)|![Fonttest-Kerning](https://user-images.githubusercontent.com/15687581/75585765-25321…
-
```xml
Text
Text
```
![test13](https://user-images.githubusercontent.com/725494/51470557-e6646480-1d7c-11e9-902f-0808f96c3978.png)
…
-
I have looked into this myself and it seems that the best solution will likely be to use harfbuzz, i [found some example code](https://github.com/zhuyie/drawtext-gl-freetype-harfbuzz) that basically d…
-
As I understood the code, printpdf does no text shaping and generates a glyph ID for each code point.
In #73 @fschutt mentioned that, ideally, the shaping engine should be pluggable. Recently, [yes…
-
Addressing [complex text rendering](https://github.com/mapbox/mapbox-gl-native/issues/7774) requires us to be able to do complex text shaping on the client side. This issue tracks our evaluation of [H…
-
At our last meeting @martinfouilleul expressed a desire to rework the text API. Specifically:
- Lazily loading unicode ranges
- Basic glyph shaping
- Better ways to lay out and measure text (currentl…
-
To support labels on the map, we need a mechanism to render shaped text onto the map. This includes:
* Gliph rendering
* Raster fonts decoding and building glyph map textures
* Vector fonts tes…
-
# 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 core reach the font f…
-
Original post from https://github.com/ocornut/imgui/issues/3793#issuecomment-860695396
-----
The biggest set back for me (and couple of others) which prevent us to use ImGui in production for ou…