mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
On Windows, calls to `createSystemTypefaceFor` with a data buffer always create a WindowsTypeface instance. However, calls with an existing `Font` instance may try to create a WindowsDirectWriteTypeface, and will only fall back to using a WindowsTypeface on failure. Previously, a missing typeface wasn't treated as a failure, which meant that `WindowsDirectWriteTypeface` would fall back to the first usable typeface it could find. With this change applied, we check whether the WindowsDirectWriteTypeface actually managed to find the font we requested, and will fall back to using a plain WindowsTypeface in that case. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_blocks_basics | ||
| 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 | ||