1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics
reuk 14f663bc0e
CoreGraphics: Fix issue where text using simulated italic could be drawn at the wrong point
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.
2024-10-20 22:59:38 +01:00
..
colour ColourGradient: Fix assertion in ColourGradient::remove 2024-05-08 17:53:52 +01:00
contexts Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
detail Formatting: Whitespace 2024-09-06 15:40:39 +00:00
effects D2D: Add faster two-pass blur implementation 2024-04-29 16:08:24 +01:00
fonts Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
geometry EdgeTable: Fix assertion caused by unnecessarily storing prepending zero levels 2024-09-05 17:36:51 +02:00
image_formats MinGW: Remove support 2024-06-27 18:10:21 +01:00
images Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
native CoreGraphics: Fix issue where text using simulated italic could be drawn at the wrong point 2024-10-20 22:59:38 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode UnicodeGenerated: Remove redundant fields 2024-09-18 19:13:09 +01:00
juce_graphics.cpp Fonts: Fix freetype compilation issues on Debian 10 2024-10-02 11:16:55 +01:00
juce_graphics.h Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Fonts: Fix freetype compilation issues on Debian 10 2024-10-02 11:16:55 +01:00
juce_graphics_Sheenbidi.c SheenBidi: Include in build of juce_graphics 2024-09-18 19:13:08 +01:00