mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Previously, lifetime management of CTFontRefs was not implemented correctly. For zero-length ranges, the font may not be retained when applying it to a CFAttributedString, meaning that the reference stored in the fontMap sometimes became invalid before createCFAttributedString() returned. We now retain font refs when adding them to the font map, and release them when the map is destroyed, ensuring that the font references remain valid throughout the lifetime of the map. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||