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/fonts
2024-10-15 14:27:23 +01:00
..
harfbuzz HarfBuzz: Add missing COPYING file 2024-09-18 19:13:08 +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 Font: Avoid a crash on systems with no fonts installed 2024-10-15 14:27:23 +01:00
juce_Font.h Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +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::addFittedText: Break words across multiple lines if necessary 2024-09-19 15:35:53 +02:00
juce_GlyphArrangement.h Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_JustifiedText.cpp TextLayout: Fix ignored AttributedText::getLineSpacing() parameter 2024-07-22 13:16:06 +02:00
juce_LruCache.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_ShapedText.cpp ShapedText: Refactor Impl constructor 2024-09-18 19:13:08 +01:00
juce_SimpleShapedText.cpp SimpleShapedText: Avoid MSVC compiler bug for C++20 builds 2024-09-20 17:29:05 +01:00
juce_TextLayout.cpp TextLayout: Fix ignored AttributedText::getLineSpacing() parameter 2024-07-22 13:16:06 +02:00
juce_TextLayout.h Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +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