mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This was evident in the FontsDemo when using the CoreGraphics renderer, selecting a font without an italic face, and enabling the italic style. The glyph anchor positions were incorrectly transformed by the text matrix, causing the left margin of the text to become tilted. We now correct for the slant and scale specified in the text matrix when computing glyph anchor positions. |
||
|---|---|---|
| .. | ||
| colour | ||
| contexts | ||
| detail | ||
| effects | ||
| fonts | ||
| geometry | ||
| image_formats | ||
| images | ||
| native | ||
| placement | ||
| unicode | ||
| juce_graphics.cpp | ||
| juce_graphics.h | ||
| juce_graphics.mm | ||
| juce_graphics_Harfbuzz.cpp | ||
| juce_graphics_Sheenbidi.c | ||