-
```
When p.X is less than zero, the position of first letter of s is incorrect!
```
Original issue reported on code.google.com by `goo...@iamje.com` on 30 Nov 2013 at 7:47
Attachments:
- [freetype.g…
-
This needs to be checked for every release. This issues should not be closed but moved forward.
When freetype in jdk11 is updated, this should be backported to jdk8 as was done in https://github.co…
-
```
~/denise$ cmake --build .
[1/1] Linking CXX executable out\denise.exe
FAILED: out/denise.exe
C:\WINDOWS\system32\cmd.exe /C "cd . && C:\msys64\clang64\bin\c++.exe -O3 -s @CMakeFiles\denise.rsp…
-
### Bug Description
After updating some dependencies, the cc/cpp crates got bumped as well.
This is now causing my Slint application to fail building the `skia-bindings` crate with a cryptic error.
…
-
I've been trying to build the library with Harfbuzz on, as my project uses Arabic characters.
The latest commit doesn't seem to work and [This](https://github.com/rougier/freetype-gl/issues/256) issu…
-
-
Looking at a combination of `hb_ft_font_create` and `hb_cairo_font_face_create_for_font` to load a font via freetype and eventually render Colrv1 using Cairo. If I'm understanding correctly, ideally, …
-
When profiling, you can often see that minetest spends a not irrelevant amount of time in querying stuff like glyph size and kerning from freetype.
Just an example how you can easily see this: Go …
-
[freetype-rs](https://github.com/PistonDevelopers/freetype-rs/) looks so much more pleasant to use. We could get rid of lots of unsafe blocks in the font-related code in gfx, and probably fix some of …