mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
This updates the behaviour of Typeface::getStringWidth, Typeface::getGlyphPositions, and Typeface::getEdgeTableForGlyph to match the documented behaviour of these functions. Previously, these functions returned results normalised to a size of 1 point. The new (documented) behaviour is to normalise to a JUCE height of 1.0 - that is, scaled so that the sum of the ascent and descent is equal to 1.0. |
||
|---|---|---|
| .. | ||
| juce_CoreGraphicsContext_mac.h | ||
| juce_CoreGraphicsContext_mac.mm | ||
| juce_CoreGraphicsHelpers_mac.h | ||
| juce_Direct2DGraphicsContext_windows.cpp | ||
| juce_Direct2DGraphicsContext_windows.h | ||
| juce_DirectWriteTypeface_windows.cpp | ||
| juce_DirectWriteTypeLayout_windows.cpp | ||
| juce_Fonts_android.cpp | ||
| juce_Fonts_freetype.cpp | ||
| juce_Fonts_linux.cpp | ||
| juce_Fonts_mac.mm | ||
| juce_Fonts_windows.cpp | ||
| juce_GraphicsContext_android.cpp | ||
| juce_IconHelpers_android.cpp | ||
| juce_IconHelpers_linux.cpp | ||
| juce_IconHelpers_mac.cpp | ||
| juce_IconHelpers_windows.cpp | ||
| juce_RenderingHelpers.h | ||