1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_graphics/fonts
attila 4828bd886d Fix assertion during Font fallback
Since 4122427748 assertions are guarding
the FontOptions::withName, withStyle and withTypeface member functions.

Since then the only way to replace an existing typeface without hitting
these assertions is to clear all three fields before calling
withTypeface, which then sets all three values. It is always legal to
just clear an existing Typeface and rely on the name and style fields.
2024-06-20 08:45:17 +00:00
..
harfbuzz Add Harfbuzz dependency 2024-04-17 14:41:00 +01:00
juce_AttributedString.cpp LowLevelGraphicsContext: Replace glyph drawing functions with single drawGlyphs() 2024-04-18 14:16:01 +01:00
juce_AttributedString.h Font: Deprecate old Font constructors 2024-04-18 14:16:00 +01:00
juce_Font.cpp Fix assertion during Font fallback 2024-06-20 08:45:17 +00:00
juce_Font.h FontOptions: Make it easier to specify font sizes in points 2024-04-29 16:08:22 +01:00
juce_FontOptions.cpp FontOptions: Make it easier to specify font sizes in points 2024-04-29 16:08:22 +01:00
juce_FontOptions.h FontOptions: Add some assertions to warn about misuse 2024-06-11 11:34:04 +01:00
juce_FunctionPointerDestructor.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_GlyphArrangement.cpp GlyphArrangement: Avoid divide-by-zero in addFittedText 2024-05-31 11:43:29 +01:00
juce_GlyphArrangement.h GlyphArrangement: Use ShapedText 2024-04-18 14:16:01 +01:00
juce_JustifiedText.cpp Minor code cleanup 2024-06-10 17:51:26 +02:00
juce_LruCache.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_ShapedText.cpp ShapedText::Detail: Add getSimpleShapedText() 2024-05-29 15:11:57 +02:00
juce_SimpleShapedText.cpp Minor code cleanup 2024-06-10 17:51:26 +02:00
juce_TextLayout.cpp TextLayout: Fix unused variable warning 2024-06-19 15:06:23 +01:00
juce_TextLayout.h Remove TextLayout::createNativeLayout() 2024-05-30 12:21:35 +01:00
juce_Typeface.cpp Typeface: Add getGlyphBounds 2024-04-18 14:16:01 +01:00
juce_Typeface.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_TypefaceFileCache.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_TypefaceTestData.cpp Typeface: Implement platform typefaces using Harfbuzz hb_font_t 2024-04-17 14:41:00 +01:00