1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules
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
..
juce_analytics Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_devices Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_audio_formats Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_plugin_client Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_processors Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_utils Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_box2d Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_core Javascript: Fix bug where properties of native objects could not be enumerated in JS 2024-10-16 17:28:14 +01:00
juce_cryptography Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_data_structures Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_dsp Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_events Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_graphics CoreGraphics: Fix issue where text using simulated italic could be drawn at the wrong point 2024-10-20 22:59:38 +01:00
juce_gui_basics Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_gui_extra Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_midi_ci Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_opengl Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_osc Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_product_unlocking Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_video Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00